Merge pull request #7 from Red5d/patch-1

Update README
Change djbushido.github.com to djbushido.github.io
master
DjBushido 2014-02-06 17:05:49 -05:00
commit 4017b92645
1 changed files with 4 additions and 4 deletions

8
README
View File

@ -19,7 +19,7 @@ Place the following content into a file named `/etc/yum.repos.d/libcvautomation.
[libcvautomation]
name=Libcvautomation RPM repository
baseurl=http://djbushido.github.com/libcvautomation/rpm
baseurl=http://djbushido.github.io/libcvautomation/rpm
enabled=1
gpgcheck=0
@ -27,15 +27,15 @@ Place the following content into a file named `/etc/yum.repos.d/libcvautomation.
Place the following lines into your `/etc/apt/sources.list`:
#Libcvautomation Repository
deb http://djbushido.github.com/libcvautomation/apt libcvautomation/
deb-src http://djbushido.github.com/libcvautomation/apt libcvautomation-source/
deb http://djbushido.github.io/libcvautomation/apt libcvautomation/
deb-src http://djbushido.github.io/libcvautomation/apt libcvautomation-source/
#### Tarball ####
The tarball can be downloaded from the [downloads](https://github.com/DjBushido/libcvautomation/downloads) page.
Once you have it, just `./configure; make; make install`
## API Documentation ##
Github hosts the documentation, and it can be found [here](https://djbushido.github.com/libcvautomation/)
Github hosts the documentation, and it can be found [here](https://djbushido.github.io/libcvautomation/)
## Where we're headed ##