chore: update README
This commit is contained in:
parent
66715d05a5
commit
af6748ac59
|
@ -70,25 +70,25 @@ Available to download for free from [here](https://github.com/tiny-craft/tiny-rd
|
||||||
* Node.js >= 16
|
* Node.js >= 16
|
||||||
* NPM >= 9
|
* NPM >= 9
|
||||||
|
|
||||||
### Install wails
|
### Install Wails
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Clone the code
|
### Pull the Code
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/tiny-craft/tiny-rdm --depth=1
|
git clone https://github.com/tiny-craft/tiny-rdm --depth=1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build frontend
|
### Build Frontend
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --prefix ./frontend
|
npm install --prefix ./frontend
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compile and run
|
### Compile and Run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wails dev
|
wails dev
|
||||||
|
|
Loading…
Reference in New Issue