Skip to content

Commit

Permalink
tweak copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Feb 16, 2021
1 parent 5e32b53 commit 5a8a781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ Homebrew:
brew install jarred-sumner/git-peek/git-peek
```

Installing from npm makes updates easy:
For Windows and Linux, install from npm directly:

```
npm install -g @jarred/git-peek
```

But there are also [precompiled binaries](https://github.com/Jarred-Sumner/git-peek/releases). These are about 20% faster than npm:
There are also [precompiled binaries](https://github.com/Jarred-Sumner/git-peek/releases). Homebrew installs this. Its about 20% faster to start up.

- [Windows x64 – 1.3.13](https://github.com/Jarred-Sumner/git-peek/releases/download/1.3.13/git-peek.exe)
- [macOS x64 – 1.3.13](https://github.com/Jarred-Sumner/git-peek/releases/download/1.3.13/git-peek-macOS) (same as installing from homebrew)
- [macOS x64 – 1.3.13](https://github.com/Jarred-Sumner/git-peek/releases/download/1.3.13/git-peek-macOS)

**NEW**: [Try the chrome/firefox extension](https://github.com/Jarred-Sumner/1-click-from-github-to-editor). It adds a "Peek" button to pull requests, files, and repositories, so you can read code with your editor without needing to copy-paste into the terminal. Note: vim and Linux are both not supported yet

Expand Down

0 comments on commit 5a8a781

Please sign in to comment.