mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
small changes to readme :) (#1104)
This commit is contained in:
parent
3a22ad5f2a
commit
edf4edf5fd
1 changed files with 5 additions and 5 deletions
10
Readme.md
10
Readme.md
|
|
@ -131,17 +131,17 @@ for a full setup on Debian or
|
|||
- If you only want to embed v86 in a webpage you can use libv86.js. For usage,
|
||||
check out the [examples](examples/). You can download it from the release section.
|
||||
|
||||
### Alternatively, to build using docker
|
||||
### Alternatively, to build using Docker
|
||||
|
||||
- If you have docker installed, you can run the whole system inside a container.
|
||||
- See `tools/docker/exec` to find Dockerfile required for this.
|
||||
- If you have Docker installed, you can run the whole system inside a container.
|
||||
- See `tools/docker/exec` to find the Dockerfile required for this.
|
||||
- You can run `docker build -f tools/docker/exec/Dockerfile -t v86:alpine-3.19 .` from the root directory to generate docker image.
|
||||
- Then you can simply run `docker run -it -p 8000:8000 v86:alpine-3.19` to start the server.
|
||||
- Check `localhost:8000` for hosted server.
|
||||
|
||||
### Running via Devcontainer
|
||||
### Running via Dev Container
|
||||
|
||||
- If you are using an IDE that supports Devcontainers, such as Github Codespaces, VSCode Remote Container extension, or possibly others such as Jetbrains IDEA, you can setup the development environment in a Dev container.
|
||||
- If you are using an IDE that supports Dev Containers, such as GitHub Codespaces, the Visual Studio Code Remote Container extension, or possibly others such as Jetbrains' IntelliJ IDEA, you can setup the development environment in a Dev Container.
|
||||
- Follow the instructions from your development environment to setup the container.
|
||||
- Run the Task "Fetch images" in order to download images for testing.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue