From aec67cc2214721da8429b1a5530b71dd65f78cf2 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Sat, 25 Aug 2018 22:14:38 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 2ad99ed..948af05 100644
--- a/README.md
+++ b/README.md
@@ -132,12 +132,10 @@ the container is then started and LXD initialised
 
 ```
 lxc exec flame-clmc-ci -- bash
-lxd init
-```
-
-Follow the interactive prompts, use the defaults apart from the storage pool type, use `dir` type
+lxd init --auto --storage-backend dir 
+lxc network create lxcbr0 ipv6.address=none ipv4.address=172.40.231.1/24 ipv4.nat=true
 
-Set the ipv4 to the netowrk 172.40.231.1/24
+```
 
 Now configure ip table persistence, this is needed for the fixtures script to work but not for CI
 
-- 
GitLab