Skip to content

Commit 89172d6

Browse files
authored
Small fix to running-on-linux instructions (#64)
1 parent 51e30bb commit 89172d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/running/running-on-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,16 @@ To install and run Medley locally:
140140
In a terminal:
141141
142142
```
143-
ubuntu@oio:~$ mkdir <medley_directory>
144-
ubuntu@oio:~$ tar -C <medley_directory> -xzf <tar_filepath>
143+
ubuntu@oio:~$ mkdir <interlisp_directory>
144+
ubuntu@oio:~$ tar -C <interlisp_directory> -xzf <tar_filepath>
145145
```
146146
147147
4. Run Medley
148148
149149
In a terminal:
150150
151151
```
152-
ubuntu@oio:~$ cd <medley_directory>
152+
ubuntu@oio:~$ cd <interlisp_directory>/medley
153153
ubuntu@oio:~$ ./medley
154154
```
155155

0 commit comments

Comments
 (0)