Skip to content

Instantly share code, notes, and snippets.

@naxmefy
Created May 6, 2014 20:10
Show Gist options
  • Save naxmefy/7ea3533e08110f8eef49 to your computer and use it in GitHub Desktop.
Save naxmefy/7ea3533e08110f8eef49 to your computer and use it in GitHub Desktop.
Add Sublime to CMD (windows)
# First
# cd "C:\Program Files\Sublime Text 2\"
# Second
# mklink subl.exe sublime_text.exe
# Third
# Add "C:\Program Files\Sublime Text 2\" to PATH
# Use it
# subl project_folder
# subl example.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment