Skip to content

Commit 2f4aef4

Browse files
authored
Update README.md
1 parent f554176 commit 2f4aef4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ pnpm dev
1414
bun dev
1515
```
1616

17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
17+
If you encounter an "Unexpected token '?'" error you might have to change your nvm version. On linux this can be done using the following commands:
18+
```bash
19+
nvm install 18
20+
nvm use 18
21+
```
22+
23+
Open [http://localhost:3000/maasec.com](http://localhost:3000/maasec.com) with your browser to see the result.
1824

1925
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
2026

0 commit comments

Comments
 (0)