Doc updates (#1148)
continuous-integration/drone/push Build is passing Details

Small updates to the Makefile and the README

Reviewed-on: #1148
Reviewed-by: James Mills <james@mills.io>
Co-authored-by: jlj <jlj@noreply@mills.io>
Co-committed-by: jlj <jlj@noreply@mills.io>
main
jlj 3 weeks ago committed by James Mills
parent d794b8f380
commit b455d0260f

@ -32,7 +32,7 @@ help: ## Show this help message
preflight: ## Run preflight checks to ensure you have the right build tools
@./preflight.sh
deps: ## Install any dependencies required
deps: ## Install any required dependencies
@$(GOCMD) install github.com/tdewolff/minify/v2/cmd/minify@latest
@$(GOCMD) install github.com/nicksnyder/go-i18n/v2/goi18n@latest
@$(GOCMD) install github.com/astaxie/bat@latest
@ -112,7 +112,7 @@ endif
release: generate ## Release a new version to Gitea
@./tools/release.sh
fmt: ## Format sources fiels
fmt: ## Format sources files
@$(GOCMD) fmt ./...
test: ## Run test suite

@ -90,8 +90,20 @@ gmake deps
Linux, macOS:
- The server
```console
make server
```
- The client
```console
make
make cli
```
- List all options
```console
make help
```
FreeBSD:
@ -100,7 +112,6 @@ FreeBSD:
gmake
```
## Usage
### Command-line Client

Loading…
Cancel
Save