From 6b62393760d3b192d7764cc0200b44144c5441fe Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 27 Apr 2016 09:40:14 +0200 Subject: [PATCH] Fix 'ynh-dev run' documentation: remove VM provider. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f3c332..4512c15 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ynh-dev create-env /path/to/dev/env ### Run a container ``` cd /path/to/dev/env -ynh-dev run ynh.local virtualbox testing +ynh-dev run ynh.local testing ``` ## Inside the Virtual machine (VM)