Skip to content

Commit

Permalink
Tweaks to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemaz committed Jan 17, 2024
1 parent e8e3d44 commit 01296fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Using docker, you can either build or pull the docker image you need by running

```bash
cd geospaar
LATEST=VERSION # replace this with the version number here, here 4.3.2
LATEST=VERSION # replace VERSION with the latest version number, here 4.3.2
docker build . -t agroimpacts/geospaar:$LATEST
```

Expand All @@ -77,7 +77,7 @@ Then run the image using the following script that comes with the `geospaar` rep

```bash
PORT=8787 # this is the port to run on--you might want to change it
MY_DIR=c/My\ Documents/projects/geog246346 # change to yours!!!
MY_DIR=c/My\ Documents/projects/geog246346 # change to your directory!!!
./run-container.sh -v $LATEST -p $PORT $MY_DIR
```

Expand Down

0 comments on commit 01296fa

Please sign in to comment.