summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--libpod/runtime.go2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cee5bd4d..7f534f0ca 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ The plan is to use OCI projects and best of breed libraries for different aspect
## Podman Information for Developers
+For blogs, release announcements and more, please checkout the [podman.io](https://podman.io) website!
+
**[Installation notes](install.md)**
Information on how to install Podman in your environment.
diff --git a/libpod/runtime.go b/libpod/runtime.go
index fbd4c7529..988c418f3 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -395,7 +395,7 @@ func makeRuntime(runtime *Runtime) (err error) {
}
if !foundRuntime {
return errors.Wrapf(ErrInvalidArg,
- "could not find a working runc binary (configured options: %v)",
+ "could not find a working binary (configured options: %v)",
runtime.config.RuntimePath)
}