Update README.md

This commit is contained in:
the-basic-geek 2020-01-03 04:35:43 +00:00
parent ecd0116d1a
commit 066d8516d5
1 changed files with 2 additions and 4 deletions

View File

@ -15,8 +15,7 @@
<h2 align="left">How to use Revolution.</h2> <h2 align="left">How to use Revolution.</h2>
<h3 align="left">From source</h3> <h3 align="left">From source</h3>
<p align="left"> <p align="left">
``` ```git clone https://github.com/tgpethan/Revolution.git
git clone https://github.com/tgpethan/Revolution.git
cd Revolution cd Revolution
npm i npm i
node . node .
@ -24,8 +23,7 @@ node .
</p> </p>
<h3 align="left">From build</h3> <h3 align="left">From build</h3>
<p align="left"> <p align="left">
``` ```Download latest build (https://github.com/tgpethan/Revolution/releases/latest)
Download latest build (https://github.com/tgpethan/Revolution/releases/latest)
Unzip the zip Unzip the zip
Run revolution executable Run revolution executable
``` ```