There was an error while loading. Please reload this page.
1 parent cab756c commit 088f01cCopy full SHA for 088f01c
README.md
@@ -18,21 +18,22 @@ Clone this repository:
18
19
```bash
20
git clone https://github.com/Rapter1990/dev-setup-for-backend-developers.git
21
-cd dev-setup-for-backend-developers
22
-# Dev Setup
23
-for Backend Developers
+```
24
25
-This repository contains installation scripts and guides for backend developers.
+Go to Folder
26
27
-## Installation
+```bash
+cd dev-setup-for-backend-developers
28
+
29
+Make the script executable and run it:
30
31
32
chmod +x install_tools.sh
33
./install_tools.sh
34
```
35
36
## Menu Options
-
37
When you run the script, you’ll see a menu like this:
38
39
0 commit comments