From ac3507688a53e5237ef35fa46afb55c2f18ef13d Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Mon, 27 Jun 2016 11:32:38 +0300 Subject: [PATCH] Fix typo in README.rst [ci skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 28444dc..7210d23 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Basic usage lua53/bin/luarocks --version # Same for LuaRocks. 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. - 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. For more info see below or run ``hererocks --help`` for a complete listing of options.