updates install instructions after naked debian test
This commit is contained in:
parent
5aa77d89af
commit
fcc707ab27
11
README.md
11
README.md
@ -141,8 +141,15 @@ git clone https://github.com/danielmiessler/fabric.git
|
|||||||
cd fabric
|
cd fabric
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the `setup.sh`, which will do the following:
|
4. Install poetry
|
||||||
- Installs python's poetry dependency manager using their official installer (ref.: https://python-poetry.org/docs/#installing-with-the-official-installer)
|
|
||||||
|
ref.: https://python-poetry.org/docs/#installing-with-the-official-installer
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
```
|
||||||
|
|
||||||
|
5. Run the `setup.sh`, which will do the following:
|
||||||
- Installs python dependencies.
|
- Installs python dependencies.
|
||||||
- Creates aliases in your OS. It should update both `~/.bashrc` and `/.zshrc` if they are present in your file system.
|
- Creates aliases in your OS. It should update both `~/.bashrc` and `/.zshrc` if they are present in your file system.
|
||||||
|
|
||||||
|
4
setup.sh
4
setup.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Installs poetry on Unix
|
# Installs poetry on Unix
|
||||||
echo "Installing poetry"
|
echo "Installing poetry"
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
|
||||||
|
|
||||||
# Installs poetry-based python dependencies
|
# Installs poetry-based python dependencies
|
||||||
echo "Installing python dependencies"
|
echo "Installing python dependencies"
|
||||||
@ -37,3 +37,5 @@ for config_file in "${config_files[@]}"; do
|
|||||||
echo "$config_file does not exist."
|
echo "$config_file does not exist."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "Please close this terminal window to have new alies work."
|
Loading…
x
Reference in New Issue
Block a user