summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-06 09:52:22 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-07 21:44:06 +0000
commit0e2fc603d9cbb21d72a548af087dd6b09a3bed1b (patch)
treefa6b5e7b356ae6b0bb626994bdaa025b2fd98f30 /README.md
parent23979f8e0644cd1e05e05b0fc9bcb4a1fe42bb82 (diff)
downloadpodman-0e2fc603d9cbb21d72a548af087dd6b09a3bed1b.tar.gz
podman-0e2fc603d9cbb21d72a548af087dd6b09a3bed1b.tar.bz2
podman-0e2fc603d9cbb21d72a548af087dd6b09a3bed1b.zip
Cleanup missing whitespace
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #20 Approved by: rhatdan
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 235163251..cfcb8393e 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ libpod is currently in active development.
| [kpod-inspect(1)](/docs/kpod-inspect.1.md) | Display the configuration of a container or image |[![...](/docs/play.png)](https://asciinema.org/a/133418)|
| [kpod-kill(1)](/docs/kpod-kill.1.md) | Kill the main process in one or more running containers |[![...](/docs/play.png)](https://asciinema.org/a/3jNos0A5yzO4hChu7ddKkUPw7)|
| [kpod-load(1)](/docs/kpod-load.1.md) | Load an image from docker archive or oci |[![...](/docs/play.png)](https://asciinema.org/a/kp8kOaexEhEa20P1KLZ3L5X4g)|
-| [kpod-login(1)](/docs/kpod-login.1.md) | Login to a container registry |[![...](/docs/play.png)](https://asciinema.org/a/oNiPgmfo1FjV2YdesiLpvihtV)|
+| [kpod-login(1)](/docs/kpod-login.1.md) | Login to a container registry |[![...](/docs/play.png)](https://asciinema.org/a/oNiPgmfo1FjV2YdesiLpvihtV)|
| [kpod-logout(1)](/docs/kpod-logout.1.md) | Logout of a container registry |[![...](/docs/play.png)](https://asciinema.org/a/oNiPgmfo1FjV2YdesiLpvihtV)|
| [kpod-logs(1)](/docs/kpod-logs.1.md) | Display the logs of a container ||
| [kpod-mount(1)](/docs/kpod-mount.1.md) | Mount a working container's root filesystem ||
@@ -160,8 +160,8 @@ As with other Go projects, KPOD must be cloned into a directory structure like:
GOPATH
└── src
└── github.com
- └── projectatomic
- └── libpod
+ └── projectatomic
+ └── libpod
```
First, configure a `GOPATH` (if you are using go1.8 or later, this defaults to `~/go`).