From 0a89baece6a589956942feed4e20ec4e37444ab1 Mon Sep 17 00:00:00 2001 From: abousselmi Date: Thu, 9 Apr 2020 12:19:00 +0200 Subject: [PATCH] Add one liner command --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3b8b47f..df4dde4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ well as features available. - [Binaries](#binaries) - [Via Go](#via-go) - [Usage](#usage) + - [One liner](#one-liner) - [Examples](#examples) - [docker](#docker) - [lxc](#lxc) @@ -54,6 +55,12 @@ Commands: version Show the version information. ``` +#### One liner + +```console +wget -O amicontained https://github.com/jessfraz/amicontained/releases/download/v0.4.9/amicontained-linux-amd64; chmod +x amicontained; ./amicontained +``` + ## Examples #### docker