From 474df22d97919fbdd23c2fb2a9fa9ad3dc184895 Mon Sep 17 00:00:00 2001 From: ZachJHansen Date: Thu, 21 Nov 2024 14:48:49 -0600 Subject: [PATCH] addressing comments on installation --- res/manual/src/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/manual/src/installation.md b/res/manual/src/installation.md index f91b00e6..0019d129 100644 --- a/res/manual/src/installation.md +++ b/res/manual/src/installation.md @@ -7,8 +7,7 @@ Linux users can build `anthem` directly from source, as follows. ``` git clone https://github.com/potassco/anthem.git && cd anthem cargo build --release - cp anthem/target/release/anthem /usr/bin/ - chmod +x /usr/bin/anthem + cp anthem/target/release/anthem ~/.local/bin ``` Note that you will also need a working installation of `vampire.`