diff options
author | Andreas Fankhauser (@tux-six) | 2022-05-30 17:18:05 +0200 |
---|---|---|
committer | Andreas Fankhauser (@tux-six) | 2022-05-30 17:18:05 +0200 |
commit | d2c0bed52d0a293d5541940dedbfe2b5c9afd2c8 (patch) | |
tree | e2fc2af51d27d5b0df7ac8c932bd0588bcd8ce5d /README.txt | |
parent | 3f8ac6551aa0f53fd14b216e97e79939635b8b82 (diff) | |
download | bulk-ln-d2c0bed52d0a293d5541940dedbfe2b5c9afd2c8.zip bulk-ln-d2c0bed52d0a293d5541940dedbfe2b5c9afd2c8.tar.gz |
Add 'configure'. Add 'make install'. Format some doc.v0.0.1
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..91f2c2f --- /dev/null +++ b/README.txt @@ -0,0 +1,10 @@ + +BulkLn +====== + +'ln' like tool to handle large amount of links. + +Usage: bulk-ln --help + +Build: "doc/INSTALL.txt" + |