Update README

Change 'djbushido.github.com' to the new 'djbushido.github.io'. Yum couldn't process the redirect that was happening with the .com version.
pull/7/head
Red5d 2014-02-06 16:55:35 -05:00
parent e0aa706ac7
commit b7533fd1d0
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 ##