Skip to content

Commit 1b07864

Browse files
committed
Remove direct mentions of dependency software versions in favor of checking what the CI is using
1 parent fcc9064 commit 1b07864

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ for common issues and their solutions.
3838

3939
### Dependencies
4040

41-
* [Go 1.25](https://go.dev/doc/install)
41+
* [Go](https://go.dev/doc/install) (the version in [the Setup CI action `go-version`](./.github/actions/setup/action.yml))
4242
* [pnpm](https://pnpm.io/installation)
43-
* [nodejs](https://nodejs.org/en/download/)
44-
* Wails (`go install github.com/wailsapp/wails/v2/cmd/wails@latest`) (or the version in [the Setup CI action](./.github/actions/setup/action.yml))
43+
* [nodejs](https://nodejs.org/en/download/) (the version in [the Setup CI action `node-version`](./.github/actions/setup/action.yml))
44+
* Wails (to install, execute the `run` command from [the Setup CI action's `Install Wails` step](./.github/actions/setup/action.yml))
4545
* IDE of Choice. Goland or VSCode suggested.
4646

4747
### Configuration

0 commit comments

Comments
 (0)