summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bca2782..5b939bc 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@
In order to test this, you can use *Docker* and build a simple Linux container
```bash
- git clone git@github.com:nikolaosboutalas/init.git
- cd init
+ $ git clone git@github.com:nikolaosboutalas/init.git
+ $ cd init
# Build a docker container with the specified distribution
- docker build . -t ansible -f Dockerfile.<distribution> && docker run --rm -it ansible
+ $ docker build . -t ansible -f Dockerfile.<distribution> && docker run --rm -it ansible
# Inside the new running container
- ./setup.sh
+ $ ansible-playbook local.yml
```