Skip to content

Commit 01fb700

Browse files
committed
Add more running steps
1 parent dfcc52c commit 01fb700

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ There are no dependencies used by the library. Pure X11/Win32 and OpenGL.
2323

2424
## Running
2525

26-
Set up LuaJIT on your system, clone the repository and run this from the top level.
27-
28-
```bash
29-
luajit ./src/main.lua
30-
```
31-
32-
It should work.
26+
1. Set up LuaJIT on your system
27+
- Windows: `winget install -e --id DEVCOM.LuaJIT`
28+
- Linux: `dnf install luajit` or `apt install luajit`
29+
2. Clone the repository
30+
- `git clone https://github.com/codebycruz/arisu`
31+
3. Run this inside the repo folder
32+
- `luajit ./src/main.lua`
33+
34+
And yes, it needs to be LuaJIT, not Lua! FFI is extensively used. This repo basically uses C.
3335

3436
## Attributions
3537

0 commit comments

Comments
 (0)