Skip to content

Commit

Permalink
docs(v2): fix migration command (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDor authored Aug 11, 2020
1 parent cf53584 commit b75a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/migrating-from-v1-to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,10 @@ To use the migration command, follow these steps:
```
// migration command format
npx docusaurus-migrate migrate <v1 website directory> <desired v2 website directory>
npx @docusaurus/migrate migrate <v1 website directory> <desired v2 website directory>

// example
npx docusaurus-migrate migrate ./v1-website ./v2-website
npx @docusaurus/migrate migrate ./v1-website ./v2-website
```
3. To view your new website locally, go into your v2 website's directory and start your development server.
Expand Down

0 comments on commit b75a715

Please sign in to comment.