Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe committed Jul 25, 2024
1 parent 017da7f commit 2fc6c3c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ using it).
Go to <https://github.com/pfeodrippe/vybe-games> and start the REPL for this project using

``` shell
# This will put the dynamic libs in the right place and start raylib in the main thread
# This will put the dynamic libs in the right place and start raylib in the main thread,
# open the REPL and call call the `init` function inside `leo.clj`.

# LINUX
clj -M:dev -m vybe.native.loader && clj -M:dev -m vybe.raylib
# Linux (x64)
clj -M:linux -m vybe.native.loader && clj -M:linux -m vybe.raylib

# MAC (OSX)
clj -M:dev -m vybe.native.loader && clj -M:osx -m vybe.raylib
# Mac (Universal)
clj -M:osx -m vybe.native.loader && clj -M:osx -m vybe.raylib

# Windows (x64)
clj -M:win -m vybe.native.loader && clj -M:win -m vybe.raylib
```

## Help wanted
Expand Down

0 comments on commit 2fc6c3c

Please sign in to comment.