readme updates

This commit is contained in:
Matthew Ryan Dillon 2023-05-13 22:33:14 -04:00
parent 4a504a334b
commit 852667f366

View file

@ -49,7 +49,17 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- \
6) install miniconda:
```bash
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh
chmod +x Miniconda3-latest-MacOSX-arm64.sh
sudo ./Miniconda3-latest-MacOSX-arm64.sh -b -u -p /opt/miniconda3
# debian
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
# 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