File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,19 @@ $ docker pull psanetra/git-semver
1515
1616To 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+
18241 . ` cd ` to the ` cli ` folder of the repo.
19252 . 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
You can’t perform that action at this time.
0 commit comments