diff --git a/README.md b/README.md index 0f8dc37..5ec93b8 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,19 @@ Make use of the provided `justfile` for a good place to start exploring. This projects houses many different languages. That is why you will find lots of files that correspond to different tools and languages. Dont just delete them. They may be useful when you pick the language up again. + +## Binaries + +Needed binaries for full support of everything. + +``` +typst +julia +uv + +nix +cargo + +git +just +``` diff --git a/docs.typ b/docs.typ new file mode 100644 index 0000000..58dc5b0 --- /dev/null +++ b/docs.typ @@ -0,0 +1,3 @@ += Documentation of this project + +Cool stuff! diff --git a/justfile b/justfile index 0f09675..8ab8668 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,9 @@ neville: julia -i "./neville-algo-ml.jl" +doc: + typst compile ./docs.typ + test_langs: # Test all languages and tools in this project cargo run