From ca3c5eb662f6907ae2ea15dae186fec77d56856a Mon Sep 17 00:00:00 2001 From: francis2tm Date: Sat, 3 Feb 2024 14:29:45 +0000 Subject: [PATCH] chore: updated README --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 189371f..972ee59 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,27 @@ ## Quickstart -1. [Download](https://edgen.co/download) ⚡Edgen +1. [Download](https://edgen.co/download) and start ⚡Edgen 2. Chat with ⚡[EdgenChat](https://chat.edgen.co) +⚡Edgen usage: + +``` +Usage: edgen [] [] + +Toplevel CLI commands and options. Subcommands are optional. If no command is provided "serve" will be invoked with default options. + +Options: + --help display usage information + +Commands: + serve Starts the edgen server. This is the default command when no + command is provided. + config Configuration-related subcommands. + version Prints the edgen version to stdout. + oasgen Generates the Edgen OpenAPI specification. +``` + # Developers The following sections are for people looking to contribute to ⚡Edgen.