Skip to content

Commit

Permalink
fix PR 504 - add missing git command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Baconnais committed Jun 14, 2021
1 parent 36e4cff commit 0eb3b20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/intro-to-storybook/vue/fr/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ $ git init

Et ensuite :

```shell
$ git branch -M main
```

Puis :

```shell
$ git add .
```
Expand Down

0 comments on commit 0eb3b20

Please sign in to comment.