Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dogan Ulus <[email protected]>
  • Loading branch information
doganulus committed Sep 10, 2022
1 parent bfd175c commit 425464b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Docker was the first containerization platform and still is the most widely used

> :warning: You need [Docker Engine](https://docs.docker.com/engine/) installed on your system to proceed. You can install the engine for Ubuntu by following [installation steps](https://docs.docker.com/engine/install/ubuntu/). You can also follow [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) to run `docker` without `sudo`.
> :warning: Windows users need to use Docker Desktop with WSL2 backend. See [the installation steps](https://docs.docker.com/desktop/install/windows-install/).
You can pull the container using the command:
```
docker pull ghcr.io/bouncmpe/labs344
Expand All @@ -24,8 +26,15 @@ Then you can run the container using the command:
docker run -it --rm ghcr.io/bouncmpe/labs344
```


### 2) Using VSCode and Remote Containers extension

The code editor VSCode has an extension to allow you to develop inside containers called [Remote - Containers](https://code.visualstudio.com/docs/remote/containers). It will enable you to open any folder inside (or mounted into) a container and take advantage of VSCode fully. This project provides you with a `.devcontainer/devcontainer.json` file to configure the extension accordingly.

Once you have installed [Remote - Containers](https://code.visualstudio.com/docs/remote/containers) in the editor, you can open and work inside our lab environment using the extension.
Once you have installed [Remote - Containers](https://code.visualstudio.com/docs/remote/containers) in the editor, you can open and work inside our lab environment using the extension.

## Getting started

Please follow the tutorials below to get started with our development environment.

1. [Tutorial: Simulate your first RISC-V program](tutorials/fibonacci)

0 comments on commit 425464b

Please sign in to comment.