Skip to content

Commit d8916ca

Browse files
Updated the documentation
1 parent daa5dd5 commit d8916ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ Comments are important for documenting your code or debugging. In PeththaScript
166166
### This is a comment
167167
```
168168

169+
### Run the Code
170+
To run the code you've just written, type the following command in the terminal while selecting the root folder in which the `peth_run.js` is located.
171+
172+
```
173+
node peth_run [filename]
174+
```
175+
176+
P.S - Exclude the file extention when running the `peth` file.
177+
169178
---
170179

171180
<p align="center">That is all for the documentation. Hope you have fun with <b>PeththaScript</b>. Happy Coding!👨‍💻</p>

0 commit comments

Comments
 (0)