Add bare minimum hint on how to run this.

This commit is contained in:
gg 2023-07-19 01:26:14 -07:00
parent a4539b7726
commit 3f1ed0d269
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# WeatherNews.jl
Play with data for weather waifus.
Play with data for weather waifus.
## Run
```bash
julia --project -O0 --compile=min bin/weathernews.jl
```