summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Schubert <feartohell@seznam.cz>2015-05-11 02:53:12 +0200
committerAdam Schubert <feartohell@seznam.cz>2015-05-11 02:53:12 +0200
commit0c4c806374c65642495ccbe2acfa4d80a334d301 (patch)
tree923be0512d2767953df03197d769b0707e5832aa /README.md
parentcacb05f8561c5cc6dc4bcc692ad0b3d3fb72c8af (diff)
downloadlibrsync-0c4c806374c65642495ccbe2acfa4d80a334d301.tar.gz
Uodate README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 94a3cbf..7f98285 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ To build librsync you will need:
Generate Makefile by running
- $ cmake CMakeList.txt
+ $ cmake .
After building you can install `rdiff` and `librsync` for system-wide use. The
destination is controlled by `--prefix` and related options to `./configure`.
@@ -121,6 +121,4 @@ librsync has annotations for the SPLINT static checking tool.
## Testing
-You can run the tests with `make check`.
-
-Tests are automatically run at https://travis-ci.org/librsync/librsync.
+You can run the tests with `make test`.