Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial leads to root owning Sublime Text config #47

Open
wants to merge 1 commit into
base: sublime-text-2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,16 @@ Lastly, we create a `symbolic link` to use at the command line.
sudo ln -s /opt/Sublime\ Text\ 2/sublime_text /usr/bin/sublime


That's it! Try out Sublime Text for the first time by using your newly created link.

::

sublime


In Ubuntu, if you also want to add Sublime Text to the Unity luncher, read on.

First we need to create a new file.
First we need to create a new file. Be sure you have run sublime at least once before trying the next step. Otherwise, you run the risk of root owning your sublime text configuration files!

::

Expand Down