From 2e830b4cb2f077279dc79f62c01543d931f27e27 Mon Sep 17 00:00:00 2001 From: Franca Winter Date: Thu, 23 Jul 2020 16:01:37 +0200 Subject: [PATCH 1/3] Update readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c26abf..e65ddc5 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ API to create expiring secrets with passphrase protection. Used by client application [Sesame](https://github.com/atelierdisko/sesame). - ## Local development -```shell script -docker-compose up -``` +1. Download repository +2. Start [Docker](https://www.docker.com/get-started) +3. Start Sesame Docker container with `docker-compose up` + +The container is now up and running. + +To see Sesame in your browser, additionally download the [Sesame client application](https://github.com/atelierdisko +/sesame) ## Endpoints From b25f1545c000aa38480b81f9d6c8c8782691f101 Mon Sep 17 00:00:00 2001 From: Franca Winter Date: Thu, 23 Jul 2020 16:02:47 +0200 Subject: [PATCH 2/3] Fix readme typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e65ddc5..6cf303c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ API to create expiring secrets with passphrase protection. Used by client applic The container is now up and running. -To see Sesame in your browser, additionally download the [Sesame client application](https://github.com/atelierdisko -/sesame) +To see Sesame in your browser, additionally download the [Sesame client application](https://github.com/atelierdisko/sesame) ## Endpoints From fd8857761382044887021788bf8f09ef731c5b17 Mon Sep 17 00:00:00 2001 From: Franca Winter Date: Thu, 23 Jul 2020 16:09:44 +0200 Subject: [PATCH 3/3] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cf303c..ce93e1c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ API to create expiring secrets with passphrase protection. Used by client applic ## Local development 1. Download repository 2. Start [Docker](https://www.docker.com/get-started) -3. Start Sesame Docker container with `docker-compose up` +3. Start Sesame Docker container with +``` +docker-compose up +``` The container is now up and running.