README with build explanation, gitignore.
This commit is contained in:
parent
4fc8fa37ad
commit
7a9bd229b3
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
src/zig-cache
|
|
@ -1,3 +1,9 @@
|
|||
This is an experimental repository.
|
||||
|
||||
We just want to try Zig code, writing basic functions and commands.
|
||||
|
||||
## How to compile stuff.
|
||||
|
||||
```sh
|
||||
zig build-exe src/command.zig
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue