Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Oct 1, 2014
1 parent 2a81ad5 commit 6fa5bd8
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 @@ -11,7 +11,7 @@ Just place [`snappy.lua`](https://github.com/bungle/lua-resty-snappy/blob/master

1. Install snappy with your operating system's package management OR build it manually from the sources provided from
[Snappy repository](https://code.google.com/p/snappy/).
2. Check that you have `snappy.so` (or .dylib, or .dll) in Lua's `package.cpath` (or modify `snappy.lua` and point `ffi_load("snappy")`
2. Check that you have `snappy.so` (or `.dylib`, or `.dll`) in Lua's `package.cpath` (or modify `snappy.lua` and point `ffi_load("snappy")`
with full path to `snappy.so`, e.g. `local json = ffi_load("/usr/local/lib/lua/5.1/snappy.so")`).

### Using LuaRocks or MoonRocks
Expand Down

0 comments on commit 6fa5bd8

Please sign in to comment.