Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
readme: git clone with submodules
Browse files Browse the repository at this point in the history
Following up on tantaman#398 and @markus .. just a missing git clone with-submodules flag. in my machine, everything else worked like a charm 🥳 (auth0 ✔ hot reload ✔ ... ✔️)
  • Loading branch information
MohannadNaj authored Apr 20, 2023
1 parent 405ec06 commit 35dda56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The re-write currently requires bleeding edge builds of `cr-sqlite` and refers t
Clone & Install

```bash
git clone [email protected]:tantaman/strut.git
git clone --recurse-submodules [email protected]:tantaman/strut.git
cd strut
pnpm install
pnpm build
Expand Down

0 comments on commit 35dda56

Please sign in to comment.