Skip to content

Commit

Permalink
Merge pull request #4 from fortanix/fix/repo-url
Browse files Browse the repository at this point in the history
Fixes repo url + install command
  • Loading branch information
mkrause authored Oct 7, 2024
2 parents c84bf8d + b940abb commit 8f0af8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Baklava is the design system created by [Fortanix](https://fortanix.com) to buil

1. Clone Baklava
```
git clone https://bitbucket.org/fortanix/baklava
git clone https://github.com/fortanix/baklava
```

2. Install dependencies
```
npm install
npm run install-project
```

3. Run Baklava
Expand Down

0 comments on commit 8f0af8b

Please sign in to comment.