@@ -7,6 +7,11 @@ Overview
77can be imported into shell scripts to create functional and colorful
88scripts and Terminal users interfaces(TUI).
99* Author: Gavin Lyons
10+ * Contact: Upstream repo at github site below or
[email protected] 11+ * Upstream repository: [ bashmultitool] ( https://github.com/gavinlyonsrepo/bashmultitool )
12+ * History: See changelog.md in documentation section for version control history
13+ * Copyright: Copyright (C) 2018 Gavin Lyons MIT expat See LICENSE.md in documentation section
14+
1015
1116Table of contents
1217---------------------------
@@ -17,10 +22,8 @@ Table of contents
1722 * [ Usage] ( #usage )
1823 * [ Files] ( #files )
1924 * [ Features] ( #features )
20- * [ Communication] ( #communication )
2125 * [ Dependencies] ( #dependencies )
22- * [ History] ( #history )
23- * [ Copyright] ( #copyright )
26+
2427
2528Installation
2629-----------------------------------------------
@@ -51,7 +54,9 @@ curl -sL https://github.com/gavinlyonsrepo/bashmultitool/archive/1.5.tar.gz | ta
5154cd bashmultitool-1.5
5255sudo make install
5356```
57+ ** Arch based System**
5458
59+ It's also available in the Arch Linux user repo AUR
5560
5661Usage
5762-------------------------------------------
@@ -169,23 +174,3 @@ Dependencies
1691741 . GNU bash, version 4.4.18-2
170175
1711762 . The check website section requires netcat installed. [ Netcat] ( https://en.wikipedia.org/wiki/Netcat )
172-
173-
174- Communication
175- -----------
176- If you should find a bug or you have any other query,
177- please send a report.
178- Pull requests, suggestions for improvements
179- and new features welcome.
180- * Contact: Upstream repo at github site below or
[email protected] 181- * Upstream repository: [ bashmultitool] ( https://github.com/gavinlyonsrepo/bashmultitool )
182-
183- History
184- ------------------
185- * See changelog.md in documentation section for version control history
186-
187- Copyright
188- ---------
189- Copyright (C) 2018 Gavin Lyons MIT expat
190- See LICENSE.md in documentation section
191- for more details
0 commit comments