diff options
| author | amy <[email protected]> | 2025-08-01 11:22:49 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-01 11:22:49 -0500 |
| commit | 76641452ca62c308776edc03aee6b7e5e5886acf (patch) | |
| tree | 740f6f356737098aa94ee2c8ac645aa46f509418 /readme.md | |
| parent | 7e3d4f190235dbbdf62a1cfcfff367105f19df50 (diff) | |
| parent | e65c35bfe7a9f00f42170e5a6c1bff58cbfe3f47 (diff) | |
Merge pull request #2 from Stilic/patch-1
Change install path to a standard one
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ build with `make`, output is `./lullaby.so` or (win)`./lullaby.dll` windows works through msys2, install `mingw-w64-x86_64-lua` then run `make CC=gcc`
-you can install with `doas make install` which will install lullaby.so into /usr/lib64/lua/5.X/
+you can install with `doas make install` which will install lullaby.so into /usr/local/lib/lua/5.X
lua version can be specified with `version=...`, similar to 5.1, 5.3, jit, the default it 5.4
|
