Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hrothwell committed Jul 5, 2024
1 parent acc8052 commit cb2686f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A CLI to interact with MyAnimeList's web API

## [Usage](../../wiki/Usage)

```
```
~ mal -h
Usage: mal [OPTIONS] COMMAND [ARGS]...
Expand Down Expand Up @@ -37,6 +37,10 @@ https://github.com/hrothwell/mal-cli
## Latest Windows native exe

- Latest windows exe build can be found [here](./native-image-items/build-results)
- I am trying to only ever merge completely functional/working native-image code, but no promises this will always work.
More automated testing to come, maybe...
- Ideally get versioning setup as well
- I am trying to only ever merge completely functional/working native-image code, but no promises this will always work. Released builds should be most stable

## Docker Image

- application can also be run using docker image: `docker run --mount type=bind,source="$PATH_TO_MAL_CLI",target="/root/mal-cli" -p "8080:8080" "hrothwell/mal-cli:$VERSION" <args>`
- `PATH_TO_MAL_CLI` --> Absolute path to location of your config files as documented in the pre-requirments above
- [mal.sh](./mal.sh) is meant to be a helper script for running in this manner

0 comments on commit cb2686f

Please sign in to comment.