From 5de8f000104d4eab770e659dbe2e899e388c55dd Mon Sep 17 00:00:00 2001 From: lockieluke Date: Sat, 13 Jan 2024 11:22:19 +0000 Subject: [PATCH] Update Usage in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22a81df..4a0c48d 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,7 @@ Including a file as a string literal at compile time: let javaScript = precompileIncludeStr("path/to/file.js") ``` +Run `swift-precompiler` to precompile all Swift files in the directories specified in the config file +```shell +swift-precompiler precompile +```