X Tutup
Skip to content

Commit 4aeb946

Browse files
authored
Update README.md
1 parent 06f7ac7 commit 4aeb946

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# UrduPython
2-
Write simple Python in Urdu.
2+
> Ever had that random thought of programming in Urdu? Well, you're at the right place.
3+
Programming Language in Urdu, based on Python - اردو میں کوڈ لکھیں
34

45
## Pre-requisites
56
- Python 3+
@@ -70,10 +71,10 @@ would be
7071
لکھو ("Hello world!")
7172
```
7273

73-
3. Open a Terminal in the folder of this file.
74-
4. Run the code in one command: ```python urdu_python__ply.py <NAME_OF_YOUR_FILE>```
74+
3. Open a Terminal in the UrduPython folder.
75+
4. Run the code in one command: ```python urdu_python.py path/to/the/file/you/created```
7576

76-
For more help, run ```python urdu_python__ply.py --help```. For better understanding, do run the sample code files in the "samples" folder.
77+
For more help, run ```python urdu_python.py --help```. For better understanding, do run the sample code files in the "samples" folder.
7778

7879
## Guide
7980
### For macOS

0 commit comments

Comments
 (0)
X Tutup