Add README, gitignore; remove binaries

This commit is contained in:
Joel M. Southall 2019-07-12 23:10:10 -07:00
parent e5df2a83ad
commit 9fb3b65800
4 changed files with 16 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
steel
steel.exe

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# How to build
On linux:
```
go build -tags enableEbiten
```
On windows:
```
$env:CGO_ENABLED=0
go build -tags enableEbiten
```

BIN
steel

Binary file not shown.

BIN
steel.exe

Binary file not shown.