build: Add just to Hermit, correct ui/desktop's README (#3116)

This commit is contained in:
Salvatore Testa 2025-06-27 19:50:25 +02:00 committed by GitHub
parent 6f7855b5e0
commit dfc9dd2bf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

1
bin/.just-1.40.0.pkg Symbolic link
View file

@ -0,0 +1 @@
hermit

1
bin/just Symbolic link
View file

@ -0,0 +1 @@
.just-1.40.0.pkg

View file

@ -7,8 +7,9 @@ Goose uses [Hermit](https://github.com/cashapp/hermit) to manage dependencies, s
```
git clone git@github.com:block/goose.git
cd goose
source ./bin/activate-hermit
cd goose/ui/desktop
cd ui/desktop
npm install
npm run start
```