Skip to content

Commit

Permalink
fix curl for raw version
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvananda committed Sep 12, 2011
1 parent 4181c5d commit 89e2fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ If you are concerned about security, nova runs just fine inside a virtual machin

Use the script to install and run the current trunk. You can also specify a specific branch by putting lp:~someone/nova/some-branch after the branch command

curl -O https://github.com/vishvananda/novascript/raw/master/nova.sh
curl -OL https://raw.github.com/vishvananda/novascript/master/nova.sh
chmod 755 nova.sh
./nova.sh branch
./nova.sh install
Expand Down

0 comments on commit 89e2fd1

Please sign in to comment.