mirror of
https://github.com/CompeyDev/codenamer.luau.git
synced 2024-12-12 04:40:39 +00:00
chore(README): update platform note for install-deps.luau
This commit is contained in:
parent
2970271e91
commit
9f88f006ee
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ See [examples](/examples) for a variety of examples exploring various functional
|
||||||
# Development
|
# Development
|
||||||
This library is intended to be used with [lune](https://github.com/filiptibell/lune), a standalone Luau runtime.
|
This library is intended to be used with [lune](https://github.com/filiptibell/lune), a standalone Luau runtime.
|
||||||
|
|
||||||
Due to the current state of [wally](https://wally.run), installing packages on lune is not successful by default. This project includes a [dependency installation script](/scripts/install-deps.luau), which can be used to set up a development environment. The script is currently only compatible for unix-like devices, but there are plans to make it platform-independent soon.
|
Due to the current state of [wally](https://wally.run), installing packages on lune is not successful by default. This project includes a [dependency installation script](/scripts/install-deps.luau), which can be used to set up a development environment. The script is platform independent.
|
||||||
|
|
||||||
### Running Examples
|
### Running Examples
|
||||||
Once the development environment has been set up, build the minified package bundle by running [bundle-prod.sh](/scripts/bundle-prod.sh).
|
Once the development environment has been set up, build the minified package bundle by running [bundle-prod.sh](/scripts/bundle-prod.sh).
|
||||||
|
|
Loading…
Reference in a new issue