@@ -7,6 +7,11 @@ Overview
7
7
can be imported into shell scripts to create functional and colorful
8
8
scripts and Terminal users interfaces(TUI).
9
9
* Author: Gavin Lyons
10
+ * Contact: Upstream repo at github site below or glyons66@hotmail.com
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
+
10
15
11
16
Table of contents
12
17
---------------------------
@@ -17,10 +22,8 @@ Table of contents
17
22
* [ Usage] ( #usage )
18
23
* [ Files] ( #files )
19
24
* [ Features] ( #features )
20
- * [ Communication] ( #communication )
21
25
* [ Dependencies] ( #dependencies )
22
- * [ History] ( #history )
23
- * [ Copyright] ( #copyright )
26
+
24
27
25
28
Installation
26
29
-----------------------------------------------
@@ -51,7 +54,9 @@ curl -sL https://github.com/gavinlyonsrepo/bashmultitool/archive/1.5.tar.gz | ta
51
54
cd bashmultitool-1.5
52
55
sudo make install
53
56
```
57
+ ** Arch based System**
54
58
59
+ It's also available in the Arch Linux user repo AUR
55
60
56
61
Usage
57
62
-------------------------------------------
@@ -169,23 +174,3 @@ Dependencies
169
174
1 . GNU bash, version 4.4.18-2
170
175
171
176
2 . 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 glyons66@hotmail.com
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