From 162c83f094cf722faaa426209f73eebf26e4e139 Mon Sep 17 00:00:00 2001 From: opi Date: Fri, 27 May 2016 13:15:38 +0200 Subject: [PATCH] [fix] Incorrect run command example. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbca49..84cbe79 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,14 @@ helper to run a Vagrant virtual machine in the right place. ``` ### Run a container + ```shell cd /path/to/dev/env -./ynh-dev run ynh.local virtualbox testing +./ynh-dev run ynh.local testing ``` +The `run` command takes 2 arguments: domain and YunoHost version. + You'll be automatically logged in the VM through ssh. You probably wan't to run the postinstall now: