From c61d76b95beecbbf4ee4514f0e947af3ed23a2af Mon Sep 17 00:00:00 2001 From: Gustavo Cordova Date: Thu, 27 Aug 2020 10:35:04 -0700 Subject: [PATCH] Usage has changed completely --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 1ea4d91..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# static-tmux - -Build a static tmux that can be copied anywhere. - -## Usage - -Run `make` for a usage display: - -```shell -$ make -Latest: 3.1b -Usage: - make help - Display this help message - make build - Build tmux in a docker image - make extract - Extract the binaries from the docker image -``` -