til/README.md

22 lines
263 B
Markdown
Raw Normal View History

2020-09-13 18:40:35 +00:00
# T.I.L.
> Repo containing the code for https://til.marcusnoble.co.uk where I record all small interesting things I learn.
## Building from source
With Docker:
```sh
make docker-build
```
Standalone:
```sh
make build
```
## License
See [LICENSE](LICENSE)