Update README.md

Signed-off-by: Muhammad Rameen Farooqui <ibrahimfar2013@gmail.com>
This commit is contained in:
Muhammad Rameen Farooqui 2024-11-04 09:26:55 +05:30 committed by GitHub
parent 78220f4280
commit 2547991afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,24 @@
# My Programming and Hardware Projects # My Programming and Hardware Projects
Hi there guys, these are my 100-day projects. Feel free to modify them after cloning them. If you find any type of mistake in my code, please share it with me or Pull a request. Hi there guys, these are my 100-day projects. Feel free to modify them after cloning them. If you find any mistakes in my code, please share them with me or Pull a request.
I just wanted to give my projects to anyone who needed them. I just wanted to give my projects to anyone who needed them.
You can clone this 100-Days-Of-Code folder or zip-download it on Linux, Mac, and Windows. You can clone this 100-Days-Of-Code folder or zip-download it on Linux, Mac, and Windows.
# The Git clone method
The git clone method works on any system including Linux. Just type the command given below and you have cloned it.
But my recommendation is that you should update your git and make sure it is installed and that it is working fine and perfectly then only you should clone it.
##
git clone https://github.com/Arcron-ArchLinux/100-Days-Of-Code.git
After you have done cloning it type the command given below.
##
cd 100-Days-Of-Code
Then you can customize it according to your wish.
# The Zip file method
The zip file method also works in any operating system including Linux, Mac, and Windows.
Just click on the code button and you should see a option called zip download.
After that, you should see a download bar on your browser or app.
When it is downloaded run the commands below
##
unzip 100-Days-Of-Code.zip
##
cd 100-Days-Of-Code
And that's it you are all ready to go!