File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Developing Forge
2
2
3
- First, ensure you've installed the prerequisites:
3
+ First, ensure you've installed the necessary prerequisites:
4
4
5
5
- ` git ` is _ required_ .
6
6
- ` go ` >=1.20 is _ required_ for multi-error handling.
7
7
- ` docker ` is _ required_ to test as it is its only runtime.
8
- - ` make ` is _ required _ .
8
+ - ` make ` is _ recommended _ .
9
9
- [ ` upx ` ] ( https://github.com/upx/upx ) is _ required_ for compressing [ ` shim ` ] ( https://github.com/frantjc/forge/blob/main/internal/cmd/shim/main.go ) .
10
10
- ` node ` >=20 is _ required_ for developing the [ action] ( https://github.com/frantjc/forge/blob/main/.github/actions/setup-forge ) .
11
11
12
- Next, get an understanding for how Forge works. ` forge ` command works roughly the same way :
12
+ Next, get an understanding for how ` forge ` works. Each ` forge ` command follows roughly the same pattern :
13
13
14
14
![ Diagram] ( diag.png )
15
15
You can’t perform that action at this time.
0 commit comments