summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Fankhauser (@tux-six)2022-07-12 23:39:46 +0200
committerAndreas Fankhauser (@tux-six)2022-07-12 23:39:46 +0200
commitbfc4bb7f424dc27bf06bd4320f915ceef503d0bf (patch)
tree5f27514a9a619385f82e097ac9f292de45651376 /README.md
parent6d4c51fe445b80f56506df7541c8d4fd2488dbd1 (diff)
parentc14a229801b53e67118acfac709acdf30fb9a481 (diff)
downloadbulk-ln-bfc4bb7f424dc27bf06bd4320f915ceef503d0bf.zip
bulk-ln-bfc4bb7f424dc27bf06bd4320f915ceef503d0bf.tar.gz
Merge 'hint about how to build for debian' to master
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.
-