From b5179e87b40c5d38bc1294652f47bc1a2714ced4 Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Sun, 20 May 2018 22:45:12 +0100 Subject: [PATCH] Update README with first steps --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f37e178..9b16977 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,13 @@ git checkout s0 and follow the instructions. After this, move on to the next branches in turn and continue to follow the instructions for each. + +### S0 + +This stage is to confirm that you can run the application code. + +Follow the [`todo-app` README](./todo-app/README.md) to verify that the application is running correctly. +Then, follow the [`prometheus` README](./prometheus/README.md) to verify that you can run Prometheus using the +provided configuration. + +Having problems? Please open an issue in this project :)