diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,8 +68,9 @@ The file `head.mustache` contains metadata about the colorscheme: ## Usage Put `builder.sh` in your project directory, make it executable and launch it: + ```bash -cp base16-builder /path/to/your/project +cp base16-builder/builder.sh /path/to/your/project chmod +x builder.sh |
