mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
docs: be more consistent with names
This commit is contained in:
parent
1e506d46cc
commit
1579065453
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -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 `
|
- Clone the repository `git clone https://github.com/csaf-poc/csaf_distribution.git `
|
||||||
|
|
||||||
- Build Go components Makefile supplies the following targets:
|
- Build Go components Makefile supplies the following targets:
|
||||||
- Build For GNU/Linux System: `make build_linux`
|
- Build for GNU/Linux system: `make build_linux`
|
||||||
- Build For Windows System (cross build): `make build_win`
|
- 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 system 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 macOS system on Apple Silicon (ARM64) (cross build): `make build_mac_arm64`
|
||||||
- Build For Linux, Mac and Windows: `make build`
|
- Build For GNU/Linux, macOS and Windows: `make build`
|
||||||
- Build from a specific GitHub tag by passing the intended tag to the `BUILDTAG` variable.
|
- 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`.
|
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`
|
- Remove the generated binaries und their directories: `make mostlyclean`
|
||||||
|
|
||||||
Binaries will be placed in directories named like `bin-linux-amd64/` and `bin-windows-amd64/`.
|
Binaries will be placed in directories named like `bin-linux-amd64/` and `bin-windows-amd64/`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue