We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa5dd5 commit d8916caCopy full SHA for d8916ca
README.md
@@ -166,6 +166,15 @@ Comments are important for documenting your code or debugging. In PeththaScript
166
### This is a comment
167
```
168
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
178
---
179
180
<p align="center">That is all for the documentation. Hope you have fun with <b>PeththaScript</b>. Happy Coding!👨💻</p>
0 commit comments