From 15f730ac428845807d1a2d5e0c2793ad04f87013 Mon Sep 17 00:00:00 2001 From: waldek Date: Wed, 24 Aug 2022 22:33:13 +0200 Subject: [PATCH] adds a minimal readme with install command --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7cf8c20 --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +# Usage + +```bash +bash -c "$(wget -O - https://gitea.86thumbs.net/waldek/bootstrap/raw/branch/master/bootstrap.sh)" +```