Skip to content

Commit 5de8f00

Browse files
committed
Update Usage in README
1 parent dcd0702 commit 5de8f00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ Including a file as a string literal at compile time:
3737
let javaScript = precompileIncludeStr("path/to/file.js")
3838
```
3939

40+
Run `swift-precompiler` to precompile all Swift files in the directories specified in the config file
41+
```shell
42+
swift-precompiler precompile
43+
```

0 commit comments

Comments
 (0)