From b03382173a7f9d60735794f3d5274768d079998f Mon Sep 17 00:00:00 2001 From: Alex Rogers <31531807+AlexRogersCS@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:36:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.