Skip to content

Commit 4423c1e

Browse files
Fix formatting for README
1 parent 2dc51e0 commit 4423c1e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ DIYWS is designed to be lightweight. This does occasionally come at the expense
1212

1313
1. Clone the repository
1414
1. Run `pnpm install` to install dependencies
15-
1. Run `pnpm run setup` to set up the application with the following CLI arguments:
15+
1. Run `pnpm run setup` to set up the application (see options below)
16+
1. You're done! DIYWS is now running and accessible at the specified URL. It will automatically start when Docker starts.
17+
18+
### Set Up Script Options
1619

1720
- `-s, --secret <secret>`: A secret key used for authentication (required)
1821
- `-U, --username <username>`: The username for authentication (required)
@@ -21,5 +24,3 @@ DIYWS is designed to be lightweight. This does occasionally come at the expense
2124
- `-u, --url <url>`: The base URL for the application (default: http://localhost). %p will be replaced with the specified port number.
2225
- `-c, --container-name <container-name>`: The name of the Docker container to manage (default: diyws)
2326
- `-i, --image-url <image-url>`: The Docker image URL to use for the container (default: ghcr.io/renatodellosso/diyws:latest)
24-
25-
1. You're done! DIYWS is now running and accessible at the specified URL. It will automatically start when Docker starts.

0 commit comments

Comments
 (0)