Skip to content

Commit 1b61374

Browse files
committed
fix: update command to checkout dev branch before installing design system components
1 parent b53fefa commit 1b61374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rustup target add wasm32-unknown-unknown
3838

3939

4040
cd .. && git clone https://github.com/RustLangES/design-system-components
41-
cd design-system-components && pnpm install
41+
cd design-system-components && git checkout dev && pnpm install
4242
cd styles && pnpm run build
4343

4444
cd ../../RustLangES.github.io && npm install

0 commit comments

Comments
 (0)