diff --git a/README.md b/README.md index 09afe541..e10c8375 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,16 @@ $ make ``` Installing - +If you built from the _Building_ step, just do: ```sh $ sudo make install ``` +You can also grab a binary, built for _linux x86_64_, from the releases page, or: +```sh +$ export RELEASE=0.0.1 +$ wget https://github.com/runcom/skopeo/releases/download/v$RELEASE/skopeo +$ sudo mv skopeo /usr/local/bin/skopeo +``` License - MIT