Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Open
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 MAKE_A_PKG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ indiepkg repo add https://github.com/<YOUR USERNAME HERE>/indiepkg/main/packages
Or if your package is only available on Linux, run this command:

```bash
indiepkg repo add indiepkg repo add https://github.com/<YOUR USERNAME HERE>/indiepkg/main/packages/linux-only/
indiepkg repo add https://github.com/<YOUR USERNAME HERE>/indiepkg/main/packages/linux-only/
```

Finally, install your package by running:
Expand Down