File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ as well.
104
104
105
105
In order to run the frontend on Windows and macOS, you will need to have installed:
106
106
107
- - [ node] ( https://nodejs.org/en/ ) >= 18.16.0 (see ` package.json ` and ` .github/workflows/ci.yml ` for what we currently use )
107
+ - [ node] ( https://nodejs.org/en/ ) (see ` package.json ` engines field for the exact version required )
108
108
- [ pnpm] ( https://pnpm.io ) >= 8.5.1
109
109
110
110
Follow the links for each of these tools for their recommended installation
@@ -155,7 +155,7 @@ pnpm test
155
155
156
156
In order to run the backend, you will need to have installed:
157
157
158
- - [ Rust] ( https://www.rust-lang.org/en-US/ ) stable >= 1.56.0 and cargo, which comes with Rust
158
+ - [ Rust] ( https://www.rust-lang.org/en-US/ ) stable (see ` rust-toolchain.toml ` for version) and cargo, which comes with Rust
159
159
- [ Postgres] ( https://www.postgresql.org/ ) >= 9.5
160
160
- [ OpenSSL] ( https://www.openssl.org/ ) >= 1.0.2k
161
161
- [ diesel_cli] ( http://diesel.rs/guides/getting-started/ ) >= 2.0.0 and < 3.0.0
You can’t perform that action at this time.
0 commit comments