diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | libpod/runtime.go | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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) } |