Skip to content

Commit 51c68af

Browse files
committed
Don't merge on initialization.
1 parent 830d786 commit 51c68af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Project to run the whole ggtracker stack in vagrant
33

44
### Running
55
* Make sure you have vagrant+virtualbox installed on your computer
6-
* Run `git submodule update --init --remote --merge --recursive` to pull the latest version of each submodule
6+
* Run `git submodule update --init --remote --recursive` to pull the latest version of each submodule
77
* Run `vagrant up` to create the virtual box. This will download all required packages and go through the installation process for ggtracker and ESDB (~15 minutes; go make yourself a sandwich)
88
* Run `vagrant ssh` to ssh into the vagrant box
99
* Make a note of your vagrant IP: In the text it prints out upon login it says IP address for eth1: 172.28.128.3 (potentially some other ip)

0 commit comments

Comments
 (0)