Skip to content

Commit

Permalink
Update missing URL in INSTALL.md (#37)
Browse files Browse the repository at this point in the history
Follow a22533a and changes since 0.6.1

0.6...0.6.1
  • Loading branch information
kachick authored Apr 2, 2024
1 parent 257e3fb commit 0a27595
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ notifications on [Github](https://github.com/skatkov/stoic) (at the top right:
## MacOS

1. Download the latest version and unzip
- [**Download for Intel**](https://github.com/skatkov/stoic/releases/latest/download/stoic-mac-intel.zip)
- [**Download for M1 (ARM)**](https://github.com/skatkov/stoic/releases/latest/download/stoic-mac-arm.zip)
- [**Download for Intel**](https://github.com/skatkov/stoic/releases/latest/download/stoic_Darwin_x86_64.tar.gz)
- [**Download for M1 (ARM)**](https://github.com/skatkov/stoic/releases/latest/download/stoic_Darwin_arm64.tar.gz)
2. Right-click on the binary and select “Open“
(due to [Gatekeeper](https://support.apple.com/en-us/HT202491))
3. Copy to path, e.g. `mv stoic /usr/local/bin/stoic` (might require `sudo`)

## Linux

1. [**Download**](https://github.com/skatkov/stoic/releases/latest/download/stoic-linux.zip)
the latest version and unzip
1. Download the latest version and unzip
- [**Download for Intel (x86_64)**](https://github.com/skatkov/stoic/releases/latest/download/stoic_Linux_x86_64.tar.gz)
- [**Download for Intel (i386)**](https://github.com/skatkov/stoic/releases/latest/download/stoic_Linux_i386.tar.gz)
- [**Download for ARM**](https://github.com/skatkov/stoic/releases/latest/download/stoic_Linux_arm64.tar.gz)
2. Copy to path, e.g. `mv stoic /usr/local/bin/stoic` (might require `sudo`)

## Windows
Expand Down

0 comments on commit 0a27595

Please sign in to comment.