Skip to content

Commit

Permalink
doc: fix cd's path to clone SublimeLinter-contrib-phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Clavequin committed Feb 1, 2025
1 parent 7c70142 commit 288923f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please use [Package Control](https://packagecontrol.io) to install the linter pl
Alternatively, you can clone this repository into your Sublime Text `Packages` directory as follow:

```bash
cd ~/Library/Application Support/Sublime Text/Packages
cd ~/Library/Application\ Support/Sublime\ Text/Packages
git clone https://github.com/Rockstar04/SublimeLinter-contrib-phpstan
```

Expand All @@ -22,3 +22,7 @@ By default, this plugin uses PHPStan from `vendor/bin`. Otherwise, it will fall
## Debugging
If you encounter a problem, you can enable debug mode to see what's going on by simply adding `"debug": true` to your SublimeLinter settings.
You can then view the debug messages in the Sublime Text console by going to <kbd>View</kbd> > <kbd>Show Console</kbd>.

### :heart: Like it? :heart:

:star: Star it! :star:

0 comments on commit 288923f

Please sign in to comment.