Skip to content

Commit b852488

Browse files
committed
oops, fix 'cd' instructions
1 parent 5a3c815 commit b852488

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/INSTALL.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ to enter a Linux command prompt, and then follow the Linux instructions. If you
4646

4747
wget https://gwaithimirdain.github.io/narya/releases/narya-master-static.tar.gz
4848
tar -xzf narya-master-static.tar.gz
49-
cd narya-*
49+
cd narya-xxxxxxx-YYYYMMDD
5050

51-
and then proceed with the above Linux instructions. Note that when you run Emacs from within WSL, it should automatically pop up as a graphical window.
51+
(for the appropriate directory name) and then proceed with the above Linux instructions. Note that when you run Emacs from within WSL, it should automatically pop up as a graphical window.

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ to enter a Linux command prompt, and then follow the Linux instructions above.
7373
7474
wget https://gwaithimirdain.github.io/narya/releases/narya-master-static.tar.gz
7575
tar -xzf narya-master-static.tar.gz
76-
cd narya-*
76+
cd narya-xxxxxxx-YYYYMMDD
7777
78-
and then proceed with the above Linux instructions. Note that when you run Emacs from within WSL, it should automatically pop up as a graphical window.
78+
(for the appropriate directory name) and then proceed with the above Linux instructions. Note that when you run Emacs from within WSL, it should automatically pop up as a graphical window.
7979

8080

8181
Compiling from source

0 commit comments

Comments
 (0)