From fafce78e68f39dc96901c20e1c73279520bde601 Mon Sep 17 00:00:00 2001 From: Anatoliy Guskov Date: Fri, 8 May 2015 10:43:43 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e074064..ec027fd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ WebVirtMgr is a libvirt-based Web interface for managing virtual machines for ad ```bash sudo apt-get -y install git python-pip python-dev python-libvirt python-libxml2 nginx supervisor git clone https://github.com/retspen/webvirtcloud -cd webvirtmgr +cd webvirtcloud sudo pip install -r conf/requirements.txt python manage.py migrate sudo cp conf/supervisor/webvirtcloud.conf /etc/supervisor/conf.d