Update README.md

fixed symlink problem
This commit is contained in:
Bartek Zdanowski 2013-11-19 21:35:12 +01:00
parent 4555a8bf92
commit d223303d28
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ root@host:~# aptitude install -y apache2 mysql-server php5 php5-mysql build-esse
root@host:~# git clone https://github.com/ZoneMinder/ZoneMinder.git zoneminder;
root@host:~# cd zoneminder;
root@host:~# ln -s distros/ubuntu1204;
root@host:~# ln -s distros/ubuntu1204 debian;
root@host:~# dpkg-checkbuilddeps;
root@host:~# dpkg-buildpackage;
```