From e8fb624e19390c18c970c3479e5bd9a2be06bf5c Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 12 Oct 2023 23:45:24 -0400 Subject: [PATCH] Updated README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 009affe..e043321 100644 --- a/README.md +++ b/README.md @@ -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