Skip to content

Commit

Permalink
Merge pull request #33 from Dutta-SD/sandip-jwoc
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
anushka23g authored Jan 21, 2021
2 parents 24693b3 + a4861c8 commit 13c3535
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,21 @@ Once you have completed these steps, you are ready to start contributing by chec
<br>
### 6️⃣ Running the work on your local machine :computer:
To run the code and play with the app on your local machine, do:
* `if os == 'Windows'`:
* We have tested the code in **Dev C++ IDE** and **Code Blocks IDE** **(Both running MINGW)**.
* To run the code in any IDE, simply open the file, click `Execute > Run` [Click here for more instructions](http://cs.uno.edu/~jaime/Courses/2025/devCpp2025Instructions.html)
* `if os == 'Linux or Unix or Mac'`:
* You need to have `GCC` installed:
* Go to the folder having the code(.cpp file).
* Open the terminal, and type : `g++ -o test_prep test-prep.cpp`
* Then run the script by typing : `./test_prep`
<br>
### 6️⃣ Create a new branch :bangbang:
### 7️⃣ Create a new branch :bangbang:
Whenever you are going to make contribution. Please create seperate branch using command and keep your `master` branch clean (i.e. synced with remote branch).
Expand Down Expand Up @@ -171,7 +183,7 @@ $ git commit -m 'relevant message'
<br>
### 7️⃣ Share your work :star_struck:
### 8️⃣ Share your work :star_struck:
Now, Push your awesome work to your remote repository using
Expand Down

0 comments on commit 13c3535

Please sign in to comment.