One More quickstart tweak
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -46,7 +46,7 @@ sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y golang mak
|
|||||||
git clone https://git.coopcloud.tech/toolshed/abra.git && cd abra
|
git clone https://git.coopcloud.tech/toolshed/abra.git && cd abra
|
||||||
make build
|
make build
|
||||||
mkdir -p ~/.local/bin/
|
mkdir -p ~/.local/bin/
|
||||||
ln -s $PWD/abra ~/.local/bin/abra-dev
|
ln -sF $PWD/abra ~/.local/bin/abra-dev
|
||||||
if [[ "$PATH" != *".loocal/bin"* ]]; then export PATH="$PATH:~/.local/bin/"; echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc; fi
|
if [[ "$PATH" != *".loocal/bin"* ]]; then export PATH="$PATH:~/.local/bin/"; echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc; fi
|
||||||
abra-dev --help
|
abra-dev --help
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user