Skip to content

Commit 499c71c

Browse files
authored
Merge pull request #72 from 5aumy4/master
i have added the file code_running_instructions.md for the issue #58, please review it
2 parents 83a86ca + d0e292b commit 499c71c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

code_running_instructions.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## How to run greenBerry on your pc:
2+
- Go to our [website](https://abdur-rahmaanj.github.io/greenBerry/).
3+
- Click on the Download button.
4+
- You will then reach the github repository, click the `Code download button` and then click on the `Download ZIP` option as shown: ![step3](https://user-images.githubusercontent.com/67415005/86526835-80a76200-beb6-11ea-9634-d838b0eb851f.png)
5+
- Extract the files in a folder, in my case I extracted them in a folder named greenBerry on the Desktop
6+
- Open command prompt, run the command `cd Desktop\greenBerry\greenBerry-master\greenberry`
7+
- Now, run the command `python gb_ide.py`
8+
- Once gb_ide.py is opened, you will see a window which you can use as an IDE.![runnungide](https://user-images.githubusercontent.com/67415005/86527546-7b014a80-bebd-11ea-804b-8c53949d632d.PNG)Save the files written in greenBerry with extention `.gb` and run them.![eg](https://user-images.githubusercontent.com/67415005/86527474-991a7b00-bebc-11ea-9022-d2af11ec6bde.PNG)
9+
- You can refer to the syntax of greenBerry [here](https://www.appinv.science/greenBerry/syntax.html)
10+
## For knowing more about greenBerry, do refer to the following:
11+
- [README.md](https://github.com/Abdur-rahmaanJ/greenBerry/blob/master/README.md)
12+

0 commit comments

Comments
 (0)