Add README, gitignore; remove binaries
This commit is contained in:
parent
e5df2a83ad
commit
9fb3b65800
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
steel
|
||||
steel.exe
|
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# How to build
|
||||
On linux:
|
||||
|
||||
```
|
||||
go build -tags enableEbiten
|
||||
```
|
||||
|
||||
On windows:
|
||||
|
||||
```
|
||||
$env:CGO_ENABLED=0
|
||||
go build -tags enableEbiten
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user