mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Added message indicating installation success
This commit is contained in:
parent
6e4e2f9065
commit
0b9aca16ae
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ install: build
|
|||
install ./target/release/polaris $(POLARIS_BIN_DIR)
|
||||
install ./polaris.toml $(POLARIS_CONFIG_DIR)
|
||||
cp -r ./web $(POLARIS_DATA_DIR)
|
||||
@echo "Polaris installation complete!"
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
|
|
Loading…
Reference in a new issue