README fix

This commit is contained in:
Shaun Reed 2019-07-26 15:16:38 -04:00
parent e3d73e94bf
commit 48ae43dad3
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@ klips/
│ ├ ─ └
```
###Scripts
### Scripts
I write these scripts for my own use, and you may need to tweak them slightly to suit your needs.
Never run a script you can't read or understand. Comments can be found in the scripts, usually explaining them block-by-block. Below is my personal use cases for the scripts, to provide further insight into how I use them and how they might be useful to you.
####cmake-build.sh
#### cmake-build.sh
I usually run this script within whatever directory I'm working in, hence the infinite loop, I leave the script running until I'm done with my work and move to a new directory / cmake project.