Skip to content

Commit

Permalink
Add chdir instructions to artifact eval doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihaoleo committed Jun 21, 2023
1 parent d0d510a commit e937711
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/usenix-artifact-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ In this experiment, we reproduce main results about policies summarization prese

This experiment takes less than 10 minutes to complete.

Change to the `~/dataset` directory before proceeding:

```
$ cd ~/dataset
```

Step 1. The scripts needed for this experiment are in the `analyses/summarization` directory in the Git repo. Copy them to the current directory for convenience:

```
Expand Down Expand Up @@ -270,6 +276,12 @@ In this experiment, we use PoliGraph to assess the correctness of definitions of

This experiment takes less than 10 minutes to complete.

Change to the `~/dataset` directory before proceeding:

```
$ cd ~/dataset
```

Step 1. The scripts needed for this experiment are in the `analyses/term-definitions` directory in the Git repo. Copy them to the current directory for convenience:

```
Expand Down

0 comments on commit e937711

Please sign in to comment.