Skip to content

Commit

Permalink
docs: be more consistent with names
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardreiter committed Nov 8, 2023
1 parent 1e506d4 commit 1579065
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ Download the binaries from the most recent release assets on Github.
- Clone the repository `git clone https://github.com/csaf-poc/csaf_distribution.git `

- Build Go components Makefile supplies the following targets:
- Build For GNU/Linux System: `make build_linux`
- Build For Windows System (cross build): `make build_win`
- Build For macOS on Intel Processor (AMD64) (cross build): `make build_mac_amd64`
- Build For macOS on Apple Silicon (ARM64) (cross build): `make build_mac_arm64`
- Build For Linux, Mac and Windows: `make build`
- Build from a specific GitHub tag by passing the intended tag to the `BUILDTAG` variable.
- Build for GNU/Linux system: `make build_linux`
- Build for Windows system (cross build): `make build_win`
- Build for macOS system on Intel Processor (AMD64) (cross build): `make build_mac_amd64`
- Build for macOS system on Apple Silicon (ARM64) (cross build): `make build_mac_arm64`
- Build For GNU/Linux, macOS and Windows: `make build`
- Build from a specific git tag by passing the intended tag to the `BUILDTAG` variable.
E.g. `make BUILDTAG=v1.0.0 build` or `make BUILDTAG=1 build_linux`.
The special value `1` means checking out the highest github tag for the build.
The special value `1` means checking out the highest git tag for the build.
- Remove the generated binaries und their directories: `make mostlyclean`

Binaries will be placed in directories named like `bin-linux-amd64/` and `bin-windows-amd64/`.
Expand Down

0 comments on commit 1579065

Please sign in to comment.