From 0810efa89f803ab5305c76935a0df9ed7c5d6b46 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sat, 12 Oct 2024 20:56:31 +0000 Subject: update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fea131d..71cfb4b 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,9 @@ The file `head.mustache` contains metadata about the colorscheme: > If you will use this file, change the comment symbols to match the extensions of the final colorscheme file, if for example the colorscheme will be `base16-google-light.css`, then replace the symbol `#` with `/* */`, etc. -Put `builder.sh` in your project directory, make it executable and launch it: - ## Usage +Put `builder.sh` in your project directory, make it executable and launch it: ```bash cp base16-builder /path/to/your/project -- cgit