mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-07 12:16:24 +00:00
Update devcontainer.md (#3628)
Tiny typo fix: from `.devontainer` to `.devcontainer`.
This commit is contained in:
parent
501d7d5adf
commit
f1fabd5559
|
@ -2,7 +2,7 @@
|
|||
|
||||
We all know Docker containers and may use them a lot in school or work. It resolves dependency management for our projects/applications, prevents package version confusion and conflict, and contamination of the local environment.
|
||||
|
||||
Now WAMR has a Dockerfile under path `.devontainer` to create a container image, dev container images that you could easily use in VS Code. In case you prefer other IDE like Clion, you can also build it and use for the IDE you like.
|
||||
Now WAMR has a Dockerfile under path `.devcontainer` to create a container image, dev container images that you could easily use in VS Code. In case you prefer other IDE like Clion, you can also build it and use for the IDE you like.
|
||||
|
||||
## How to use it
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user