Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowley committed Nov 3, 2011
1 parent 7799049 commit 23084da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION=0.1.0
VERSION=0.1.1
BUILD=1

prefix=/usr/local
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -30,10 +30,10 @@ Serve `/var/cache/freight` via your favorite web server and install it as an APT
git clone git://github.com/rcrowley/freight.git
cd freight && make && sudo make install

### From DevStructure's Debian archive
### From a Debian archive

echo "deb http://packages.devstructure.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/devstructure.list
sudo wget -O /etc/apt/trusted.gpg.d/devstructure.gpg http://packages.devstructure.com/keyring.gpg
echo "deb http://packages.rcrowley.org $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/rcrowley.list
sudo wget -O /etc/apt/trusted.gpg.d/rcrowley.gpg http://packages.rcrowley.org/keyring.gpg
sudo apt-get update
sudo apt-get -y install freight

Expand Down

0 comments on commit 23084da

Please sign in to comment.