Skip to content

Commit 2c335a8

Browse files
authored
update build isntructions
1 parent 0027e8b commit 2c335a8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@
1616
## Forks:
1717
- [`notemine-hw`](https://github.com/plebemineira/notemine_hw) is a fork of `@notemine/rust` ported to a cli application that leverages hardware acceleration
1818

19-
## Contrib
20-
`@notemine` monorepo presently uses `pnpm workspaces` without any monorepo toolkit (pending). Recommended to use `pnpm v2` until monorepo is fully configured.
19+
## Build
20+
Will build all packages.
2121
```
2222
pnpm install
2323
```
2424

25+
Install without building all packages
26+
```
27+
pnpm install --ignore-scripts
28+
```
29+
2530
Use workspace commands:
2631
```
2732
pnpm --filter @notemine/wrapper ...

0 commit comments

Comments
 (0)