License
This commit is contained in:
Elijah McMorris 2023-11-20 11:41:44 -08:00
parent 887458907e
commit 9426313f73
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
7 changed files with 94 additions and 10 deletions

View file

@ -38,3 +38,8 @@ Place data in `data\parquet\*.parquet` with the ticker in all caps `ARKK.parquet
`docker compose build && docker compose up`
Remove the cargo cache for buildkit with `docker builder prune --filter type=exec.cachemount`
# License
All code in this repository is dual-licensed under either [License-MIT](./LICENSE-MIT) or [LICENSE-APACHE](./LICENSE-Apache) at your option. This means you can select the license you prefer.
[Why dual license](https://github.com/bevyengine/bevy/issues/2373)