Skip to content

Commit

Permalink
Updated standalone script location. GitHub has clearly changed the ad…
Browse files Browse the repository at this point in the history
…dress to access raw files from. This had bad line 95 of the README incorrect.
  • Loading branch information
Grogs committed Nov 22, 2011
1 parent 27a1943 commit e8dd17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Install
`repl` is easily installed as a standalone script:

export REPL_BIN=~/bin/repl
curl -s https://github.com/defunkt/repl/raw/latest/bin/repl > $REPL_BIN
curl -s https://raw.github.com/defunkt/repl/latest/bin/repl > $REPL_BIN
chmod 755 $REPL_BIN

Change `$REPL_BIN` to your desired location and have at! (Just make
Expand Down

0 comments on commit e8dd17f

Please sign in to comment.