From 614eabf3573c717ba316274c9d83bdd3d8bc185e Mon Sep 17 00:00:00 2001 From: alemi <me@alemi.dev> Date: Thu, 23 Jan 2025 04:05:55 +0100 Subject: [PATCH] docs: small wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9481cd6..535f743 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ cargo build --release --features=web all modes share `-c`, `--db` and `--domain` options, which will set respectively config path, database connection string and instance domain url. none of these is necessary: by default a sqlite database `upub.db` will be created in current directory, default config will be used and domain will be a localhost http url -bring up a complete instance with `monolith` mode: `$ upub monolith`: it will: +bring up a complete instance with `monolith` mode: `$ upub monolith` will * run migrations * setup frontend and routes * spawn a background worker