Skip to content

Commit

Permalink
[README.md] Try to clarify first sentence of section "Running"
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 23, 2024
1 parent 2a6e8d2 commit 92ab2aa
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 @@ -4,8 +4,8 @@ Static website generator to generate a website for [SailfishOS:Chum](https://git
For an overview of how this project is structured, see [ARCHITECTURE.md](ARCHITECTURE.md).

## Running
In general, run it as `python -m chumweb`. It will output the generated website to `out/www/`,
unless another directory has been specified by the option `out`.
In general, run it as `python -m chumweb`. It will output the generated website to a subdirectory `www/` of the
directory specified by the option `out`, i.e. `out/www/` by default (if the option `out` has not been explicitly set).

Options can be specified on the command line in the form of `--option-name value` or
as an environment variable in the form of `CHUM_OPTION_NAME=value`.
Expand Down

0 comments on commit 92ab2aa

Please sign in to comment.