Skip to content

Commit fccf85f

Browse files
committed
Add luarocks install doc
1 parent be08f28 commit fccf85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ An added benefit of using the library is that performance seems to be better tha
4949

5050
## Getting started
5151

52-
To use the library, download the [stream.lua](stream.lua) file and include it in your project, then require it in your source code and you are all set up:
52+
To use the library, install the library using `luarocks install streams`, or download the [stream.lua](https://github.com/rbaltrusch/stream.lua/blob/master/stream.lua) file and include it in your project, then require it in your source code and you are all set up:
5353

5454
```lua
5555
local fn = require "stream"
@@ -269,7 +269,7 @@ start luacov.report.html
269269

270270
## Lua version
271271

272-
Written for Lua 5.1, but should also work for all other versions of Lua.
272+
Written for Lua 5.1 and higher.
273273

274274
## License
275275

0 commit comments

Comments
 (0)