Skip to content

Commit f419fc7

Browse files
committed
update readme
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 4b8bc4c commit f419fc7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,19 @@ $ docker pull psanetra/git-semver
1515

1616
To build locally for testing, ensure you have `go` installed.
1717

18+
Run `make build` to generate a `git-semver` package at `/bin/git-semver`.
19+
20+
The make file also allows for input of filenames.
21+
22+
To manually build without the use of the make file:
23+
1824
1. `cd` to the `cli` folder of the repo.
1925
2. Run `go build -o <output_file>` to build the package.
20-
3. Once complete, copy the package to a location in your terminal's path.
21-
4. Run `source ~/.bashrc` (or appropriate `.rc` file for your terminal) to include the new package.
26+
27+
Once the build is complete, follow these steps to ensure you can run the package:
28+
29+
1. Once complete, copy the package to a location in your terminal's path.
30+
2. Run `source ~/.bashrc` (or appropriate `.rc` file for your terminal) to include the new package.
2231

2332
## Commands
2433

0 commit comments

Comments
 (0)