til/README.md
Marcus Noble 6ef5248f4d
Migrated to blog
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-06-22 20:38:49 +01:00

24 lines
361 B
Markdown

# T.I.L.
> Repo previously containing the code for https://til.marcusnoble.co.uk where I record all small interesting things I learn.
Content has been migrated to, and combined with, my blog at https://marcusnoble.co.uk
## Building from source
With Docker:
```sh
make docker-build
```
Standalone:
```sh
make build
```
## License
See [LICENSE](LICENSE)