Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ docs:
mkdir docs
go run -ldflags="-X 'github.com/codesphere-cloud/oms/internal/version.binName=oms'" hack/gendocs/main.go
cp docs/oms.md docs/README.md
cp hack/gendocs/static/*.md docs/

generate-license: generate
go tool go-licenses report --template .NOTICE.template ./... > NOTICE
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ The OMS CLI organizes its functionality into several top-level commands, each wi

See our [Usage Documentation](docs) for usage information about the specific subcommands.

For the complete infrastructure preparation and installation workflow, see [Prepare infrastructure and install Codesphere](docs/install-codesphere-on-any-infrastructure.md).

### How to Build?

```shell
Expand Down
Loading
Loading