summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5b7bc29..daef2a2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,10 @@ create many links.
## How to build / install
-Minimal way is to do:
+If you prefer to build within more isolated environment may
+"contrib/build-using-docker/README.md" could be interesting for you.
+
+If you prefer traditional, just do:
```sh
curl -sSL http://git.hiddenalpha.ch/bulk-ln.git/snapshot/bulk-ln-master.tar.gz | tar xz
@@ -18,12 +21,3 @@ Minimal way is to do:
make install
```
-As usual, configure provides some help:
-
-```sh
- ./configure --help
-```
-
-Its worth browsing the "contrib/" directory. It contains potentially useful
-scripts for building.
-