Skip to content

Commit 63ed204

Browse files
committed
update readme
1 parent 8673e84 commit 63ed204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ pnpm install
4545
To get feature updates from this starterkit, add a remote host entry and pull a new version. Be sure to commit your changes before. If you just want to update Kirby, [do it on your own](https://getkirby.com/docs/cookbook/setup/composer#updating-kirby).
4646

4747
```shell
48-
git remote add updates git@github.com:macx/kirby-vite-starterkit.git
49-
git pull updates --rebase --autostash
48+
git remote add starterkit git@github.com:macx/kirby-vite-starterkit.git
49+
git pull starterkit main --rebase --autostash
5050
```
5151

5252
## Development
@@ -77,7 +77,7 @@ pnpm run preview
7777
| `/src/assets` | Folder for your global Fonts and Images. |
7878
| `/src/templates` | Optionally, every page can contain it's own styles `index.css` and script `index.js`. |
7979
| `/site` | Project folder for Kirbys [Config](https://getkirby.com/docs/guide/configuration), [Blueprints](https://getkirby.com/docs/guide/blueprints/introduction), [Plugins](https://getkirby.com/docs/guide/plugins/plugin-basics), [Snippets](https://getkirby.com/docs/guide/templates/snippets) and [Templates](https://getkirby.com/docs/guide/templates/basics). |
80-
| `/public` | The [Public folder](https://getkirby.com/docs/guide/configuration#custom-folder-setup__public-folder-setup) is your document root of your website, including the bundled assets from Vite. |
80+
| `/dist` | The [Public folder](https://getkirby.com/docs/guide/configuration#custom-folder-setup__public-folder-setup) is your document root of your website, including the bundled assets from Vite. |
8181

8282
## Thanks to
8383

0 commit comments

Comments
 (0)