Skip to content

Commit

Permalink
workflow: Small tweaks and fixes to prerequisites
Browse files Browse the repository at this point in the history
Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Jan 6, 2025
1 parent 77dbe03 commit 7d1ffbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/packaging/workflow/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ git clone https://github.com/serpent-os/recipes

```

After the recipes/ git repositori has been cloned, symlink helpers.bash into `~/.bashrcd.d/`:
After the recipes/ git repository has been cloned, symlink helpers.bash into `~/.bashrcd.d/`:

```bash
popd
mkdir -pv ~/.bashrc.d/
ln -sv ~/repos/serpent-os/recipes/tools/helpers.bash ~/.bashrc.d/90-serpent-helpers.bash
```

Finally, execute the following in a new a new terminal tab:
Finally, execute the following in a new terminal tab:

```bash
cd ~
gotoserpentroot
```

If the helpers script has been correctly loaded, the `gotoserpentroot` command should switch to
If the helpers script has been correctly loaded, the `gotoserpentrepo` command should switch to
the directory containing the recipes/ git repository clone.


Expand Down

0 comments on commit 7d1ffbb

Please sign in to comment.