proper code example

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-19 10:40:11 -05:00
parent ef7deece1f
commit e9b45b8442
+1 -1
View File
@@ -60,7 +60,7 @@ Sublime Text 3 Tricks
Once installed, the commandline ``subl`` launcher will allow you to easily open up projects from your terminal (e.g. ``$ subl .``). In addition, it also will inform plugins like Anaconda of which Python interpreter to use, based on the currently activated virtual environment.
To enable this shortcut, if you're on a Mac, do the following:
To enable this shortcut, if you're on a Mac, do the following::
$ ln -s "/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl