diff --git a/README.md b/README.md index 28b08bfc..dea9e3f2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you are planing to do some development or perhaps just checking out this proj 1. Create a basic [LXC](http://linuxcontainers.org/) container, start it and get inside. ```bash wget -O /tmp/create.sh \ - https://raw.github.com/glic3rinu/django-orchestra/master/scripts/container/create.sh + https://raw.github.com/glic3rinu/django-orchestra/master/scripts/container/create.sh sudo bash /tmp/create.sh sudo lxc-start -n orchestra # root/root @@ -49,7 +49,7 @@ If you are planing to do some development or perhaps just checking out this proj # Probably you will have to configure the NAT first: # sudo iptables -t nat -A POSTROUTING -s `container_ip` -j MASQUERADE wget -O /tmp/deploy.sh \ - https://raw.github.com/glic3rinu/django-orchestra/master/scripts/container/deploy.sh + https://raw.github.com/glic3rinu/django-orchestra/master/scripts/container/deploy.sh cd /tmp/ # Moving away from /root before running deploy.sh bash /tmp/deploy.sh ```