updated readme

This commit is contained in:
Jarcode
2017-11-30 21:13:34 -08:00
parent 93fa812aa0
commit 11b50f1ee4

View File

@@ -4,11 +4,11 @@ GLava is an (in development) OpenGL audio spectrum visualizer. Its primary use c
**Compiling** (after meeting the requirements)**:**
```
git clone --recursive https://github.com/wacossusca34/glava
cd glava
make
./glava
```bash
$ git clone --recursive https://github.com/wacossusca34/glava
$ cd glava
$ make
$ ./glava
```
There are currently no make rules (or configure script) for installing anywhere else on the system, and the shaders are hardcoded to be read from the current directory. When development is complete, I will finish the configure & build process.