Skip to content

Commit 60ca0be

Browse files
committed
The readme file
1 parent 2186f11 commit 60ca0be

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

alx-tools_installation/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
11
# Alx - Tools installation
2+
3+
The file install-tools.sh in this directory contains a script that will install the following tools and programs.
4+
5+
1. betty linter                                                      6. makefile
6+
2. pycodestyle                                                    7. semi-standard
7+
3. C and C# compilers                                      8. Node 14
8+
4. MySQL 8.0                                                      9. puppet-lint
9+
5. installing and activating env                     10. SQLAlchemy module version
10+
11. mysqlclient                                                   12. mysqldb# Alx - Tools installation
11+
12+
**Usage:**
13+
14+
You will need to clone this repo on your locall terminall using the cammand:
15+
```
16+
git clone https://github.com/the-1Riddle/packageInstallationHub.git
17+
```
18+
19+
then move to the `alx-tools_installation` directory:
20+
```
21+
cd packageInstallationHub/alx-tools_installation
22+
```
23+
24+
Then you can run the file as follows:
25+
```
26+
./install-tools.sh
27+
```
28+
29+
**Good Luck.**

0 commit comments

Comments
 (0)