From 3606a1703881cf0ae677cac66d48f16e4a1d52d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Sat, 3 Feb 2018 22:31:07 +0100 Subject: [PATCH] Tweak README in preparation for the initial release --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbf4148..4a14c58 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Supported metadata keys are: To perform your setup, simply run ``` -./path/to/ubup/setup +ubup ``` in the folder that contains your `setup.yaml`. @@ -139,9 +139,8 @@ git init Add the `ubup` repository as a submodule: ``` -# Note: It will be recommended to use the master branch to +# Note: It is recommended to use the master branch to # ensure you run with a stable version of ubup. -# There is no stable release and therefore no master branch, yet. git submodule add -b master https://github.com/tim-sueberkrueb/ubup.git git submodule update --init ``` @@ -304,7 +303,7 @@ $snap-packages: --- -Looks a bit sparse? Create a pull request to add your plugin! +Missing something? Create a pull request to add your plugin! ---