Skip to content

Commit f1fffd9

Browse files
committed
docs
1 parent df9b10f commit f1fffd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Developing Forge
22

3-
First, ensure you've installed the prerequisites:
3+
First, ensure you've installed the necessary prerequisites:
44

55
- `git` is _required_.
66
- `go` >=1.20 is _required_ for multi-error handling.
77
- `docker` is _required_ to test as it is its only runtime.
8-
- `make` is _required_.
8+
- `make` is _recommended_.
99
- [`upx`](https://github.com/upx/upx) is _required_ for compressing [`shim`](https://github.com/frantjc/forge/blob/main/internal/cmd/shim/main.go).
1010
- `node` >=20 is _required_ for developing the [action](https://github.com/frantjc/forge/blob/main/.github/actions/setup-forge).
1111

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:
1313

1414
![Diagram](diag.png)
1515

0 commit comments

Comments
 (0)