Skip to content

Commit

Permalink
update readme for user-build-system-file
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalex7 committed Apr 3, 2016
1 parent bcc203e commit 6d5d0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Clone this repository into a subfolder of your Packages directory:
1. Open *Sublime Text* -> *Preferences* -> *Package Settings* -> *SourcePawn Completions* -> *Settings - User*.
2. Add `include_directory` setting with path to your SourceMod include files (`sourcemod/scripting` folder). (You could look for some exmaples in *Settings - Default*)
3. Save and close file.
4. Open *Sublime Text* -> *Preferences* -> *Package Settings* -> *SourcePawn Completions* -> *Build settings*.
5. Uncomment one of `cmd` settings and ajust path to `spcomp`. This allows you to use **Build** feature in SublimeText.
4. Open *Sublime Text* -> *Preferences* -> *Package Settings* -> *SourcePawn Completions* -> *Build settings - Example* and *Build settings - User*
5. Copy one of `cmd` settings from `SourcePawn.sublime-build.example`, paste it to `SourcePawn.sublime-build` and ajust path to `spcomp`. This allows you to use **Build** feature in SublimeText.
6. Save and close file.

## Usage
Expand Down

0 comments on commit 6d5d0cc

Please sign in to comment.