install-client.sh: point binary install at client/target/release
This commit is contained in:
parent
cb4eb8feaf
commit
0daa7b0e3f
@ -32,7 +32,7 @@ cd "$WORK"
|
||||
cargo build --release --manifest-path client/Cargo.toml
|
||||
|
||||
# 6) Install the client binary
|
||||
install -Dm755 target/release/navka-client ~/.local/bin/navka-client
|
||||
install -Dm755 client/target/release/navka-client ~/.local/bin/navka-client
|
||||
|
||||
# 7) Create and enable a user-level systemd service
|
||||
mkdir -p ~/.config/systemd/user
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user