diff --git a/README.md b/README.md index 9213df8..83837b2 100644 --- a/README.md +++ b/README.md @@ -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.