Compare commits

...

3 Commits

1 changed files with 8 additions and 2 deletions

View File

@ -13,7 +13,7 @@ The kip is a fantasy computer based on the 32-bit kmx20 stack processor. This re
### Acquiring the source
Kip is hosted on git at [git.cro.wtf](https://git.cro.wtf/kip.git/), and is mirrored at [git.vern.cc](http://git.vern.cc/kcp/kip).
Kip is hosted on git at [git.cro.wtf/kip.git](https://git.cro.wtf/kip.git/), and is mirrored at [git.vern.cc/kcp/kip](http://git.vern.cc/kcp/kip).
### Building
@ -35,7 +35,13 @@ $ meson test -C b # optional, just run tests
* `./w/` - doc -> html -> www
* `./x/` - examples
You can find more examples of code at [git.cro.wtf/kcp/mow.git](https://git.cro.wtf/kcp/mow.git)
You can find more examples of code at [git.cro.wtf/kcp/mow.git](https://git.cro.wtf/kcp/mow.git).
## Copying
The entire kip codebase is under the 2-clause BSD license. See the `LICENSE` file included with the source tree for more information.
Basically: You are free to copy, modify, and redistribute this codebase in any way, as long as the copyright notice in `LICENSE` is provided with it.
## Contributing