Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Build dependencies can automatically be resolved using `build-dep` on Ubuntu:

cd ~/snapd
ln -sfn packaging/ubuntu-16.04 debian
sudo apt build-dep .
sudo apt build-dep -y .

> [!NOTE]
> The `debian` symbolic link is intentionally not part of the tree, and is explicitly listed in the .gitignore file.
Expand Down
Loading