summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index 34f9772..e39244a 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,7 @@ create many links.
## How to build / install
-If you prefer to build within more isolated environment may
-[contrib/build-using-docker/](contrib/build-using-docker/README.md)
-could be interesting for you.
-
-If you prefer traditional, just do:
+Classic way:
```sh
curl -sSL http://git.hiddenalpha.ch/bulk-ln.git/snapshot/bulk-ln-master.tar.gz | tar xz
@@ -22,3 +18,13 @@ make
make install
```
+In case you prefer more sustainable build environments,
+"./contrib/build-env-setup/README.md"
+potentially is interesting for you.
+
+
+
+
+
+
+