summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-29 17:14:04 +0200
committerGitHub <noreply@github.com>2016-08-29 17:14:04 +0200
commita401ec93c56fecb4d194a1bf2f1853cc9d9baccf (patch)
tree4309acb3c029f23c4be8178eabac14f3b90f309e /README.md
parent42fe319974d424b5e8bf897c6fd82f29446045f0 (diff)
parent2e8973b1eae3da5686e80c04129c1b4bebe6ef7c (diff)
Merge pull request #675 from matthiasbeyer/make-imag-bin
Add targets for the imag binary itself
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9720c3ac..72c2fc11 100644
--- a/README.md
+++ b/README.md
@@ -128,9 +128,9 @@ By now, there are several targets in the Makefile, fulfilling following roles:
run `make test-libimagstore` for example.
* `clean` will run `cargo clean` in every crate. Again, for cleaning a single
crate, use `make imag-store-clean` for example.
-
-**There is currently no target for the `imag` binary itself. Please
-build/install it yourself using `cargo build --manifest-path ./bin/Cargo.toml`**
+* to build _only_ the `imag` binary, use the target `imag-bin`
+ (`imag-bin-release` for release build, `imag-bin-update` for
+ `cargo update`ing, `imag-bin-clean` for `cargo clean`ing).
### Running
@@ -139,7 +139,6 @@ respective directory will do the trick. For using it "normally", install the
binaries as described above, as well as the imag-binary:
```
$> make install
-$> cargo install --path ./bin
```
The installation root of the binaries (a.k.a. where they are installed to), may
not yet be in your $PATH. To see, where this installation root is, check out