Skip to content

Commit

Permalink
Reformat notes in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
  • Loading branch information
powerjg committed Aug 20, 2024
1 parent 9f2533b commit 1a77170
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ It has been built with the assumption users will utilize [Codespaces](https://gi

The repository contains the following directories:

**Note:** 'gem5' and 'gem5-resources' are submodules though the [.devcontainer/devcontainer.json](.devcontainer/devcontainer.json) file specifies that a `git submodule update --init --recursive` command is executed when the Codespace Docker container is created.

**Note:** The `.devcontainer/on_create.sh` script is executed the first time the codespace is created.
This will pre-download much of the resources (disk images, etc.) that are used in the gem5 tutorials.
It can take a while to do this.
A pre-built devcontainer is set up for the bootcamp and should be used to avoid this delay.
> **Note:** 'gem5' and 'gem5-resources' are submodules though the [.devcontainer/devcontainer.json](.devcontainer/devcontainer.json) file specifies that a `git submodule update --init --recursive` command is executed when the Codespace Docker container is created.
>
> **Note:** The `.devcontainer/on_create.sh` script is executed the first time the codespace is created.
> This will pre-download much of the resources (disk images, etc.) that are used in the gem5 tutorials.
> It can take a while to do this.
> A pre-built devcontainer is set up for the bootcamp and should be used to avoid this delay.
The container used by Codespaces is built from [Dockerfile](gem5/util/dockerfiles/devcontainer/Dockerfile).
It contains:
Expand Down

0 comments on commit 1a77170

Please sign in to comment.