Updated README.md

This commit is contained in:
Netkas 2023-10-12 23:45:24 -04:00
parent 951bdb325e
commit e8fb624e19
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -24,6 +24,13 @@ The library can be installed using ncc:
ncc install -p "nosial/libs.log=latest@n64"
```
A static version of the library can be installed using ncc, the `--skip-dependencies` flag is option but prevents
additional dependencies from being installed.
```bash
ncc install -p "nosial/libs.log=latest@n64" --static --skip-dependencies
```
or by adding the following to your project.json file under the `build.dependencies` section:
```json