sway/scripts/highlightjs/README.md
John Adler fddb2067dd
Create markdown-lint.yml (#2534)
* Create markdown-lint.yml

* Fix lint errors.
2022-08-15 12:45:07 -04:00

15 lines
211 B
Markdown

# Instructions
Update "sway.js" file.
Then run:
```sh
./build.sh
```
If you are actively developing and testing and want to keep `highlight.js` directory add `keep` in the command
```sh
./build.sh keep
```