Skip to content

Commit

Permalink
Update readme, license
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Mar 3, 2019
1 parent b6e3ec8 commit f9b7cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Moncho
Copyright (c) 2019 Moncho

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Keybinding | Description
<kbd>Ctrl+d</kbd> | remove dangling images
<kbd>Ctrl+e</kbd> | remove image
<kbd>Ctrl+f</kbd> | remove image (force)
<kbd>Ctrl+u</kbd> | remove unused images
<kbd>Enter</kbd> | inspect


#### Network commands

Keybinding | Description
Expand All @@ -96,7 +96,6 @@ Keybinding | Description
<kbd>Ctrl+u</kbd> | update service
<kbd>Enter</kbd> | show service tasks


#### Moving around buffers

Keybinding | Description
Expand All @@ -111,7 +110,6 @@ Keybinding | Description
<kbd>pg up</kbd> | move the cursor "screen size" lines up
<kbd>pg down</kbd> | move the cursor "screen size" lines down


## Installation

The easiest way to install the latest binaries for Linux and Mac is to run this in a shell:
Expand Down Expand Up @@ -141,7 +139,7 @@ brew install dry

#### Docker

```docker run -it -v /var/run/docker.sock:/var/run/docker.sock moncho/dry ```
```docker run -it -v /var/run/docker.sock:/var/run/docker.sock moncho/dry```

#### Arch Linux

Expand Down

0 comments on commit f9b7cd9

Please sign in to comment.