diff --git a/README.md b/README.md index 509f8a5..09669ef 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ AudioMoth-Live can be built on Linux and Raspberry Pi using the `gcc`. gcc -I./inc/ -I./miniaudio/ ./src/*.c -o AudioMoth-Live -ldl -lpthread -lm -latomic ``` -On macOS, Linux and Raspberry Pi you can copy the resulting executable to `/usr/local/bin/` so it is immediately accessible from the terminal. On Windows copy the executable to a permanent location and add this location to the path. +On macOS, Linux and Raspberry Pi you can copy the resulting executable to `/usr/local/bin/` so it is immediately accessible from the terminal. On Windows copy the executable to a permanent location and add this location to the `PATH` variable.