Skip to content

Commit

Permalink
readme: Skipping Confirmation [y/n]
Browse files Browse the repository at this point in the history
  • Loading branch information
UmmItC committed May 31, 2024
1 parent 0ced913 commit 48904a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ chmod +x update.sh
./update.sh
```

#### Skipping Confirmation

You can skip the confirmation prompt for updating submodules and Building hugo site by using the `--noconfirm` option:

```shell
./update.sh --noconfirm
```

## Start the Server

To run your server, use the following command:
Expand Down

0 comments on commit 48904a3

Please sign in to comment.