Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoporec authored May 15, 2021
1 parent 4774f26 commit fde710f
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ginker is a GUI application for auto-evaluating your Golang code. It allows you

It's similar to [Go Playground](https://play.golang.org/) but instead of using a web service, it will evaluate your Golang code locally using your Golang binary.

## Install/run
## Installation

### macOS

Expand All @@ -22,6 +22,28 @@ Currently not suported.

Extract the .tar.gz and run the executable

## Building

Clone the repository

```shell
git clone [email protected]:nkoporec/ginker.git
cd ginker
```

Start wails server

```shell
wails serve
```

Start frontend tools

```shell
cd frontend
npm run serve
```

## Compiling

Ginker is built using [Wails](https://github.com/wailsapp/wails)
Expand Down Expand Up @@ -52,11 +74,9 @@ _Also succesfully tested on: Zorin 15, Parrot 4.7, Linuxmint 19, Elementary 5, K

`sudo pacman -S webkit2gtk gtk3`

### Clone and build the app
### Build the app

```shell
git clone [email protected]:nkoporec/ginker.git
cd ginker
wails build
```

Expand Down

0 comments on commit fde710f

Please sign in to comment.