diff --git a/README.md b/README.md index 2a71e51..94f326e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Once you already have everything setup for the app, you can simply run `vagrant ### Daemons There are VMs for both, the old and the new, daemons configured. They do not start automatically. You can start them using `vagrant up daemon` (for the nodejs one) and `vagrant up wings` (the golang one). +#### Wings +Example Wings startup: +``` +sudo /path/to/wings --debug --config=/path/to/config.yml +``` + ### Updating /etc/hosts On your first run, and whenever the hostnames change, you'll have to run `vagrant hostmanager app --provider docker` to update your /etc/hosts file. @@ -34,4 +40,4 @@ A `vagrant.config.yml` can be used to configure the following properties of the wings: # the VM used for wings cpus: 2 memory: 2048 -``` \ No newline at end of file +```