Skip to content

Commit

Permalink
add --branch to git clone for right version
Browse files Browse the repository at this point in the history
Updated slides for FediForum
  • Loading branch information
Johannes Ernst committed Sep 18, 2024
1 parent 09949d7 commit b6b548a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions includes/install/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
% pip install feditest
```

* Get the tests that test the Fediverse:
* Get the tests that test the Fediverse (for readability, shown on several lines):

```
% git clone --recurse-submodules https://github.com/fediverse-devnet/feditest-tests-fediverse.git
% git clone --branch v0.3 \
--recurse-submodules \
https://github.com/fediverse-devnet/feditest-tests-fediverse.git
% cd feditest-tests-fediverse
```
Binary file modified slides/2024-09/feditest.key
Binary file not shown.

0 comments on commit b6b548a

Please sign in to comment.