luarocks / hererocks

Python script for installing Lua/LuaJIT and LuaRocks into a local directory
MIT License
71 stars 12 forks source link

fix(doc): update Readme.rst #4

Closed tototest99 closed 4 years ago

tototest99 commented 4 years ago

The installation instruction pointing to pypi result in an old hererocks.py installed, which doesn't have latest Luarocks version available. Unless rights to pypi change, this simple fix point to this repository and thus the latest version of the script will be installed with pip.

hishamhm commented 4 years ago

@tototest99 Good call! Merged. We will try to get the pip entry to point to this repo.