Skip to content

Commit 8a4ad99

Browse files
authored
Merge pull request #650 from DuendeSoftware/maartenba-patch-1
Update README.md
2 parents 5616585 + 7852461 commit 8a4ad99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You will need Node 22+ installed on your operating system and in the PATH.
1818
* Run `npm install` to restore all dependencies.
1919
* Use `npm run dev` to run the documentation site locally.
2020

21+
Alternatively in VS Code, GitHub Codespaces or WebStorm, you can use the devcontainer to get a development environment set up.
22+
2123
## Project Structure
2224

2325
This project uses Astro + Starlight. You'll see the following folders and files:
@@ -97,4 +99,4 @@ redirects: {
9799
```
98100

99101
This will remove the old page from the navigation structure, but keeps the URL around
100-
with a redirect to the new location.
102+
with a redirect to the new location.

0 commit comments

Comments
 (0)