Skip to content

Commit

Permalink
Add installation by bpkg section
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Mar 1, 2018
1 parent 58b23a8 commit f2b1124
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You could install `base64`, `bash` and `socat` via `brew` if you use macOS:
$ brew install base64 bash socat
```

(In fact, `bash` is installed in the default, however it is *too old* to run `bashcached`.)
(In fact, `bash` is installed in the default on macOS, however it is *too old* to run `bashcached`.)

Or, you could install `socat` via `apt` if you use Ubuntu:

Expand All @@ -50,6 +50,12 @@ $ curl -LO https://git.io/bashcached
$ chmod +x bashcached
```

Or, you could use [`bpkg`](https://github.com/bpkg/bpkg) instaed of downloading script:

```console
$ bpkg install MakeNowJust/bashcached -g
```

## Usage

```console
Expand Down

0 comments on commit f2b1124

Please sign in to comment.