Skip to content

Commit f0091e6

Browse files
authored
Merge pull request #1625 from rycadia/fix-linux-build-doc-typo
Updated Arch Linux Build Doc to Recorder Directory Command.
2 parents beb7bd4 + a909de2 commit f0091e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BUILD_LINUX.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@ Clone this repository:
280280
git clone https://github.com/vircadia/vircadia.git
281281
```
282282

283+
Enter the repository folder:
284+
```bash
285+
cd vircadia
286+
```
287+
283288
Then checkout the master branch with:
284289
```bash
285290
git checkout master
@@ -301,7 +306,6 @@ sudo pacman -S qt5
301306

302307
Create the build directory:
303308
```bash
304-
cd vircadia
305309
mkdir build
306310
cd build
307311
```

0 commit comments

Comments
 (0)