Skip to content

Commit 309c287

Browse files
committed
[docs] update readme
1 parent 4c3f45a commit 309c287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The next steps depend on whether you want to run this locally in filesystem mode
1414

1515
### Local/filesystem mode
1616

17-
1. add an `.env` file with `VITE_USE_FILESYSTEM=true` in it
17+
1. add an `.env` file with `PUBLIC_USE_FILESYSTEM=true` in it
1818
2. Run the app locally with `pnpm dev` or `pnpm build && pnpm preview`.
1919

2020
### WebContainer mode
2121

22-
1. if an `.env` file exists, modify it so there's `VITE_USE_FILESYSTEM=` in it
22+
1. if an `.env` file exists, modify it so there's `PUBLIC_USE_FILESYSTEM=` in it
2323
2. Run the app locally with `pnpm dev` or `pnpm build && pnpm preview`.

0 commit comments

Comments
 (0)