Fix typo in README.rst [ci skip]

This commit is contained in:
Peter Melnichenko 2016-06-27 11:32:38 +03:00
parent c7c37cfc4a
commit ac3507688a

View File

@ -21,7 +21,7 @@ Basic usage
lua53/bin/luarocks --version # Same for LuaRocks. lua53/bin/luarocks --version # Same for LuaRocks.
lua53/bin/luarocks install luacheck # Libraries and programs installed with LuaRocks end up in lua53/bin/luarocks install luacheck # Libraries and programs installed with LuaRocks end up in
lua53/bin/luacheck --version # lua53 directory, too, with scripts in lua53/bin. lua53/bin/luacheck --version # lua53 directory, too, with scripts in lua53/bin.
export PATH="$PWD/lua53/bin:$PATH" # Add it to PATH it to run programs directly, export PATH="$PWD/lua53/bin:$PATH" # Add it to PATH to run programs directly,
lua -v # without lua53/bin prefix. lua -v # without lua53/bin prefix.
For more info see below or run ``hererocks --help`` for a complete listing of options. For more info see below or run ``hererocks --help`` for a complete listing of options.