diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b7bc29 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ + +BulkLn +================ + +`ln` alternative in case you think `ln` in a shell loop takes too much time to +create many links. + + +## How to build / install + +Minimal way is to do: + +```sh + 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 +``` + +As usual, configure provides some help: + +```sh + ./configure --help +``` + +Its worth browsing the "contrib/" directory. It contains potentially useful +scripts for building. + |