Skip to content

Commit

Permalink
pr-testing-tutorial: Add cd after clone
Browse files Browse the repository at this point in the history
  • Loading branch information
meator committed Oct 21, 2024
1 parent 0918d5b commit 3ca4504
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pr-testing-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ git clone --depth 1 --single-branch --branch=mdBook-completions https://github.c

You must replace the branch and the link with yours.

Don't forget to enter your freshly downloaded clone:
```sh
cd void-packages
```

You can now continue with [Setting up the builddir](#setting-up-the-builddir).

#### You want to have `void-packages` for future use
Expand All @@ -67,6 +72,11 @@ To speed this up, you can look at [different ways of
cloning](tips-and-tricks.md#different-ways-of-cloning). But the full clone
should be preferred.

Don't forget to enter your freshly downloaded clone:
```sh
cd void-packages
```

You can then continue with [You have a `void-packages`
clone](#you-have-a-void-packages-clone).

Expand Down

0 comments on commit 3ca4504

Please sign in to comment.