forked from cerc-io/testnet-ops
Add tasks to install laconic-so, python, pip and ansible on remote host
This commit is contained in:
@@ -81,9 +81,11 @@ To run the playbook on a remote host:
|
||||
```bash
|
||||
# For bash users
|
||||
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
|
||||
# For zsh users
|
||||
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc
|
||||
source ~/.zshrc
|
||||
```
|
||||
|
||||
- Once the PATH is set, verify the installation by running the following commands:
|
||||
|
||||
Reference in New Issue
Block a user