Skip to content

Commit

Permalink
Merge branch 'main' of github.com:metafates/mangal
Browse files Browse the repository at this point in the history
  • Loading branch information
metafates committed Jan 13, 2023
2 parents 8490e9a + e8e119c commit 13c9a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Use env variable `MANGAL_CONFIG_PATH` to set custom config path.
| `mangal config set` | Set config value for specific key |
| `mangal config reset` | Reset config value for specific key |
| `mangal config info` | List all config fields with description for each |
| `mangal config init` | Write current config to a file |
| `mangal config write` | Write current config to a file |

## Custom scrapers

Expand All @@ -267,7 +267,7 @@ For scrapers examples, check the [mangal-scrapers repository](https://github.com

This command will create `example.lua` file in the `mangal where --sources` directory.

mangal gen --name example --url https://example.com
mangal sources gen --name example --url https://example.com

Open the file and edit it as you wish.
Take a look at the comments for more information.
Expand Down

0 comments on commit 13c9a8b

Please sign in to comment.