Skip to content

Commit

Permalink
fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Feb 16, 2011
1 parent 303ae48 commit d2e4a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -8,7 +8,7 @@ If you have Passenger installed on a desktop/server, you should be able to:
$ git clone git://github.com/remi/phd.git
$ cd phd
$ sudo ./phd_server_setup
$ sudo ln -s /usr/bin/phd /path/to/this/dir/phd # phd needs to be in your PATH
$ sudo ln -s /path/to/this/dir/phd /usr/bin/phd # phd needs to be in your PATH

And then, from another machine, you should be able to:

Expand Down

0 comments on commit d2e4a96

Please sign in to comment.