Skip to content

Commit

Permalink
fix: reference to config
Browse files Browse the repository at this point in the history
Signed-off-by: giac-mysten <[email protected]>
  • Loading branch information
giac-mysten committed Oct 17, 2024
1 parent ca0249d commit a5c2b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/walrus-sites/builder-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ here the details for all the configuration options.

## Minimal configuration

The config file is expected to be in `./builder.yaml`, and it is possible to point elsewhere with
the `--config` flag. For your first run, it should be sufficient to call the `site-builder` with
`--config site-builder/assets/builder-example.yaml`, which is already configured appropriately.
The config file is expected to be in `./sites-config.yaml`, and it is possible to point elsewhere
with the `--config` flag. For your first run, it should be sufficient to call the `site-builder`
with `--config sites-config.yaml`, which is already configured appropriately.

If, for any reason, you didn't add `walrus` to `$PATH`, make sure to configure a pointer to the
binary, see below.
Expand Down

0 comments on commit a5c2b98

Please sign in to comment.