Skip to content

Commit e214ebe

Browse files
committed
clarify that one has to clone the mutable-dev-environment repo first
I have seen users follow the instructions without realizing they need to do that first. Signed-off-by: Vladimir Pantelic <[email protected]>
1 parent e08bc13 commit e214ebe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ Then **log out and log back in** to make sure the group change takes effect.
2525

2626
## Usage
2727

28-
To start the VM, open a terminal in the directory with the Vagrantfile and run:
28+
First, clone this repository:
29+
30+
git clone https://github.com/pichenettes/mutable-dev-environment.git
31+
32+
or download:
33+
34+
https://github.com/pichenettes/mutable-dev-environment/archive/master.zip
35+
36+
To start the VM, open a terminal in the `mutable-dev-environment` directory with the Vagrantfile and run:
2937

3038
vagrant up
3139

0 commit comments

Comments
 (0)