From d2e4a96ec776c13029b42bd2a160944d7a39267e Mon Sep 17 00:00:00 2001 From: remi Date: Tue, 15 Feb 2011 20:48:40 -0700 Subject: [PATCH] fixed typo in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 841bba4..519edfa 100644 --- a/README.markdown +++ b/README.markdown @@ -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: