Skip to content

Commit e97a29f

Browse files
authored
Update README.md with new env.yaml path
Signed-off-by: Knute Lingaard <56927209+klingaard@users.noreply.github.com>
1 parent bdff774 commit e97a29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If `conda` is not already set up or the preference is to have a local
2020
A new environment can be created using `environment.yaml` file as follows:
2121

2222
```
23-
conda env create -f environment.yml
23+
conda env create -f .github/workflows/conda/environment.yml
2424
```
2525

2626
This will create a conda environment named `riscv_perf_model` in the default conda path.

0 commit comments

Comments
 (0)