Skip to content

Commit

Permalink
docs(README): pnpm doesn't need "run"
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Apr 5, 2022
1 parent 932e05e commit 5a1b3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Guess code like Wordle with AST nodes as letters. [Play it!](https://codle.ouuan
pnpm i
sudo pnpm build-treesitter:cpp
./encode-puzzles.sh
pnpm run serve
pnpm run build
pnpm serve
pnpm build
```

0 comments on commit 5a1b3df

Please sign in to comment.