Explorar el Código

Update README.md

Haider Abbas hace 1 año
padre
commit
5d8bcde41f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -1,2 +1,8 @@
 # Install-Scripts
 # Install-Scripts
 This repo consists of bash scripts for installing developer softwares for multiple fields on Ubuntu 22.04LTS on any distro based on this version of ubuntu,
 This repo consists of bash scripts for installing developer softwares for multiple fields on Ubuntu 22.04LTS on any distro based on this version of ubuntu,
+
+For installing the desired file
+Step 1- Clone the Repository Locally
+Step 2- Make the desired file executable, for e.g For Web Development: chmod +x web-dev-setup.sh
+        chmod +x <Filename.sh>
+Step 3- Run the bash script using the command: ./<filename>.sh    For e.g For Web Development: ./web-dev-setup.sh