Skip to content

Commit

Permalink
two missing pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jun 3, 2014
1 parent 42feb2d commit 8d1284c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ znapzend - A ZFS backup system
Copyright by Dominik Hassler, Tobias Oetiker and the other people listed
in the AUTHORS file.

2014-06-01
2014-06-03

All rights reserved.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ZnapZend 0.3.0
ZnapZend 0.4.0
--------------

[![Build Status](https://travis-ci.org/oetiker/znapzend.svg?branch=master)](https://travis-ci.org/oetiker/znapzend)
Expand All @@ -14,15 +14,15 @@ itself.
To zetup znapzend follow these zimple inztructionz

```sh
wget https://github.com/oetiker/znapzend/releases/download/v0.3.0/znapzend-0.3.0.tar.gz
tar zxvf znapzend-0.3.0.tar.gz
cd znapzend-0.3.0
./configure --prefix=/opt/znapzend-0.3.0
wget https://github.com/oetiker/znapzend/releases/download/v0.4.0/znapzend-0.4.0.tar.gz
tar zxvf znapzend-0.4.0.tar.gz
cd znapzend-0.4.0
./configure --prefix=/opt/znapzend-0.4.0
```
if configure complains about missing perl modules, run

```sh
./setup/build-thirdparty.sh /opt/znapzend-0.3.0/thirdparty
./setup/build-thirdparty.sh /opt/znapzend-0.4.0/thirdparty
```

now you can run configure again and then
Expand All @@ -36,4 +36,4 @@ now you can configure the thing with the znapzendzetup program
Enjoy!

Dominik Hassler & Tobi Oetiker
2014-06-01
2014-06-03

0 comments on commit 8d1284c

Please sign in to comment.