summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2019-09-02 13:27:16 -0400
committerGitHub <noreply@github.com>2019-09-02 13:27:16 -0400
commit2b12b1ce11817499297419c4a43cc64c6b5edbe6 (patch)
treeb82e91464e499e817fa6171433eba22efde39d05
parent3b07a40534dbff48cbe7c52c55d065fbde6d8d37 (diff)
parentf406dff9bc33ac9e9d2963aed0cb887501ed5f7b (diff)
Merge pull request #213 from chenrui333/add-formula-to-homebrew-core
Move formula to homebrew-core
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index ea4f0f6..189311e 100644
--- a/README.md
+++ b/README.md
@@ -93,13 +93,14 @@ yay -S dive
```
The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as the tool for installing AUR packages.
-*Note*: the AUR repository is **not** controlled by the dive project maintainer.
+*Note*: the AUR repository is **not** controlled by the dive project maintainer.
**Mac**
+
```bash
-brew tap wagoodman/dive
brew install dive
```
+
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_darwin_amd64.tar.gz).
**Windows**
@@ -119,7 +120,7 @@ go get github.com/wagoodman/dive
docker pull wagoodman/dive
```
-or
+or
```bash
docker pull quay.io/wagoodman/dive
@@ -142,7 +143,7 @@ docker run --rm -it `
**Note:** depending on the version of docker you are running locally you may need to specify the docker API version as an environment variable:
```bash
DOCKER_API_VERSION=1.37 dive ...
-```
+```
or if you are running with a docker image:
```bash
docker run --rm -it \
@@ -209,7 +210,7 @@ keybinding:
toggle-view: tab
filter-files: ctrl+f, ctrl+slash
- # Layer view specific bindings
+ # Layer view specific bindings
compare-all: ctrl+a
compare-layer: ctrl+l
@@ -223,9 +224,9 @@ keybinding:
toggle-filetree-attributes: ctrl+b
page-up: pgup
page-down: pgdn
-
+
diff:
- # You can change the default files show in the filetree (right pane). All diff types are shown by default.
+ # You can change the default files show in the filetree (right pane). All diff types are shown by default.
hide:
- added
- removed
@@ -238,7 +239,7 @@ filetree:
# The percentage of screen width the filetree should take on the screen (must be >0 and <1)
pane-width: 0.5
-
+
# Show the file attributes next to the filetree
show-attributes: true