Jacky Zhao
2023-08-20 d205eb568686a718cae889d51fde5ae18d352b30
content/migrating from Quartz 3.md
@@ -12,6 +12,12 @@
npx quartz create
```
If you get an error like `fatal: 'upstream' does not appear to be a git repository`, make sure you add `upstream` as a remote origin:
```shell
git remote add upstream https://github.com/jackyzha0/quartz.git
```
When running `npx quartz create`, you will be prompted as to how to initialize your content folder. Here, you can choose to import or link your previous content folder and Quartz should work just as you expect it to.
> [!note]