Skip to content

Commit a7bce18

Browse files
committed
Clarify installation instructions
1 parent d9262ab commit a7bce18

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,19 @@ on the extreme quantile region estimator proposed in the article.
1111

1212
## Running the simulation
1313

14-
1. Clone or unzip the repository, e.g,
14+
1. Clone or unzip the repository.
1515

1616
```
1717
git clone https://github.com/perej1/elliptical-sim.git
1818
```
1919

20-
2. Install required packages by navigating to the project's root, and then, by
21-
running the following R command
20+
2. Install required packages by running the following R command in the project's
21+
root folder.
2222

2323
```
24-
# install.packages("renv")
2524
renv::restore()
2625
```
27-
3. Lastly, run simulations with
26+
3. Run simulations.
2827

2928
```
3029
bash plot-batch.sh

0 commit comments

Comments
 (0)