Add install

This commit is contained in:
Krzosa Karol
2023-01-22 12:16:23 +01:00
parent 34c428df5f
commit da2375e30c

View File

@@ -16,6 +16,21 @@ Obviously you need to have remedybg:
It needs to be available in the PATH with name ```remedybg.exe```. Alternatively you
can add ```"remedy_executable": "C:/path/to/remedy"``` to your settings.
### Install without package control
```
cd "C:\Users\krzosa\AppData\Roaming\Sublime Text\Packages"
git clone https://github.com/krzosa/Sublime_RemedyBG
```
Launch Sublime Text, using command palette launch ```Package Control: Satisfy dependencies```,
That's it.
Optional:
* add vc_vars_cmd to your settings,
* add remedy_executable to your settings if remedybg is not on your path or has different name.
### Remedy build system
Sadly Sublime doesn't allow for querying of currently chosen build system.