summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 1239604..0000000
--- a/README.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-
-BulkLn
-======
-
-'ln' like tool to handle large amount of links.
-
-Usage: bulk-ln --help
-
-
-How to build / install
-**********************
-
-Use the well-known procedure:
-
- curl -sSL http://git.hiddenalpha.ch/bulk-ln.git/snapshot/bulk-ln-master.tar.gz | tar xz
- cd bulk-ln-master
- ./configure
- make
- make install
-
-You can get some help with:
-
- ./configure --help
-