Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Add extra title to section on bootstrapping #30

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ To keep from having to install files to the user's system, the preferred method
$ echo "PATH=<LocationOfDUNE>:$PATH" >> .bashrc
```

### Bootstrap DUNE

Pick your preferred terminal application and input the following command:

```console
Expand Down Expand Up @@ -92,6 +94,8 @@ From here add a new line with the location of the downloaded DUNE project:

<img src="docs/images/env-vars-2.png" alt="env-vars-2" width="300">

### Bootstrap DUNE

Pick your preferred command line application and input the following command:

```console:
Expand All @@ -116,6 +120,8 @@ To keep from having to install files to the user's system, the preferred method
$ echo "PATH=<LocationOfDUNE>:$PATH" >> .bashrc
```

### Bootstrap DUNE

Pick your preferred terminal application and input the following command:

```console
Expand Down