readme updates
This commit is contained in:
parent
4a504a334b
commit
852667f366
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -49,7 +49,17 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
||||||
6) install miniconda:
|
6) install miniconda:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh
|
# debian
|
||||||
chmod +x Miniconda3-latest-MacOSX-arm64.sh
|
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
|
||||||
sudo ./Miniconda3-latest-MacOSX-arm64.sh -b -u -p /opt/miniconda3
|
|
||||||
|
# macos
|
||||||
|
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh -O miniconda.sh
|
||||||
|
|
||||||
|
# then, for either os:
|
||||||
|
chmod +x miniconda.sh
|
||||||
|
sudo ./miniconda.sh -b -u -p /opt/miniconda3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
7) set up software:
|
||||||
|
|
||||||
|
- steermouse (license in email): btn4==fwd, btn5==bck
|
||||||
|
|
Loading…
Add table
Reference in a new issue