Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodyherrera authored Sep 17, 2021
1 parent 049af4e commit 4981a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export PATH=$PATH:`pwd` # It will allow you to run Zenda from anywhere in your f
source ~/.bashrc # For save changes in PATH
python3 Helper.py --build.dependencies # To install necessary packages for build
python3 Helper.py --runtime.dependencies # For install runtime dependencies
make # For build Zenda and make executable
```
After executing these series of commands, you just have to type "Zenda" in your terminal to see that the software has already been installed!

Expand Down Expand Up @@ -58,4 +59,4 @@ You are likely to encounter runtime errors, Zenda is not on a stable version.
ZendaJS was created to test my knowledge when developing things from scratch, it is likely that over time it will improve as I read, understand and study the documentation of the Google V8 engine <3.

## License
[MIT](https://choosealicense.com/licenses/mit/)
[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 4981a90

Please sign in to comment.