Skip to content

Commit

Permalink
Document CLI install workaround for those using yarn 2+
Browse files Browse the repository at this point in the history
For #23
  • Loading branch information
logseq-cldwalker committed Jan 29, 2024
1 parent 50aa377 commit 449d8c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ To use this as a CLI locally, first install

```sh
$ git clone https://github.com/logseq/publish-spa
# If you have yarn 1.X:
$ cd publish-spa && yarn install
$ yarn global add $PWD
# Otherwise use npm:
$ cd publish-spa && npm i -g
```

This CLI depends on Logseq being checked out locally in order to build the
Expand Down

0 comments on commit 449d8c3

Please sign in to comment.