Skip to content

Commit 1110099

Browse files
authored
Update README.md
1 parent ff45954 commit 1110099

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
## Download
44
Clone the repo from Github:
5-
```git clone https://github.com/cvython/Vython.git```
5+
```
6+
git clone https://github.com/cvython/Vython.git
7+
```
68
Enter Into Its Derectory
7-
```cd Vython```
9+
```
10+
cd Vython
11+
```
812
You're All Set!
913

1014

1115
## Running A Script
1216
```
13-
$ Vython>python3 vython.py main.vy
17+
$ python3 vython.py main.vy
1418
```
1519
* The scripts' file extension must be ```.vy```
1620

0 commit comments

Comments
 (0)