Skip to content
Snippets Groups Projects
Verified Commit 9b244963 authored by Dominic Klinger's avatar Dominic Klinger
Browse files

Adjust README

parent c662013e
No related branches found
No related tags found
No related merge requests found
Pipeline #304231 passed
......@@ -6,7 +6,7 @@ It contains necessary tools for the exercises "Betriebssysteme 1".
## Requirements
- Installed Docker [Docker Docs](https://docs.docker.com/desktop/install/mac-install/) (pay attention to "Mac with Apple silicon")
- Installed Visual Studio Code with Docker extension (recommended)
- Installed Visual Studio Code with Dev Containers extension (recommended)
## How to run
......@@ -19,6 +19,6 @@ It contains necessary tools for the exercises "Betriebssysteme 1".
### How to code
- Open Command Palette (Cmd+Shift+P)
- Execute in Quick Open (Ctrl+P) to install Dev Containers extension: `ext install ms-vscode-remote.remote-containers`
- Execute in Quick Open (Cmd+P) to install Dev Containers extension: `ext install ms-vscode-remote.remote-containers` or via marketplace https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
- Select `Dev Containers: Attach to running Container ...`
- Select `bsys1` container
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment