From 852667f36625182552035ce0a18bef0e48ce3164 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 13 May 2023 22:33:14 -0400 Subject: [PATCH] readme updates --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 852a0a6..9782320 100644 --- a/README.md +++ b/README.md @@ -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