Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Dec 12, 2024
1 parent 2a2055f commit 1cd74da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,28 @@ To run HASH locally, please follow these steps:
```sh
git --version
## ≥ 2.17

node --version
## ≥ 20.12

yarn --version
## ≥ 1.16

rustup --version
## ≥ 1.27.1 (Required to match the toolchain as specified in `rust-toolchain.toml`)

docker --version
## ≥ 20.10

docker compose version
## ≥ 2.17.2

docker buildx version
## ≥ 0.10.4

protoc --version
## ≥ 25

java --version
## ≥ 8
```
Expand Down

0 comments on commit 1cd74da

Please sign in to comment.