Skip to content

Commit 2f22a89

Browse files
John Merrillucaprompt
authored andcommitted
Fix installation instructions
1 parent 5a0aae1 commit 2f22a89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This is a step-by-step guide on how to build the HOPE software toolchain.
3434
To set the necessary environment variables, run the following command:
3535

3636
```
37-
ISP=/your/isp/build/ source ./isp-support/set-env
37+
ISP=/your/isp/build/ source ./tools/isp-support/set-env
3838
```
3939

4040
If no `ISP` variable is specified, the default build location is `~/.local/isp/`.
@@ -48,7 +48,7 @@ Currently, HOPE development is only supported on Ubuntu 18.04.
4848
On Ubuntu 18.04 run the following to install the necessary software.
4949

5050
```
51-
./isp-support/install-dependencies-ubuntu1804
51+
./tools/isp-support/install-dependencies-ubuntu1804
5252
```
5353

5454
## Building

0 commit comments

Comments
 (0)