22 lines
263 B
Markdown
22 lines
263 B
Markdown
|
# 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)
|