Skip to content

Commit

Permalink
Add note about not using ~ in CONTENT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg authored Sep 16, 2024
1 parent 1f81f55 commit 854ffce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ git clone git@github.com:esciencecenter-digital-skills/NEBULA.git
To make sure that NEBULA knows where to find the content, we create the following environment variable:

```bash
export CONTENT_PATH="~/path/to/your/content/repository"
export CONTENT_PATH="path/to/your/content/repository"
```

NOTE: You cannot use a ~ in your path, you have to provide the absolute path as returned with `pwd`.

### Install dependencies
First move into the NEBULA folder (so not the content folder):
```bash
Expand Down

0 comments on commit 854ffce

Please sign in to comment.