Skip to content

Commit 39cbd43

Browse files
committed
README: Document more package managers
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 4468f12 commit 39cbd43

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md).
1313

1414
- NixOS/nixpkgs [![nixpkgs unstable package](https://repology.org/badge/version-for-repo/nix_unstable/framework-tool.svg)](https://repology.org/project/framework-tool/versions)
1515
- `nix-shell -p framework-tool`
16-
- [ArchLinux](https://archlinux.org/packages/extra/x86_64/framework-system/)
16+
- [ArchLinux](https://archlinux.org/packages/extra/x86_64/framework-system/) [![Arch Linux package](https://repology.org/badge/version-for-repo/arch/framework-system.svg)](https://repology.org/project/framework-system/versions)
1717
- `pacman -S framework-system`
1818
- [Bazzite](https://github.com/ublue-os/bazzite/pull/3026)
1919
- No need to install - included in the base image
@@ -25,6 +25,13 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md).
2525
- `emerge framework_tool`
2626
- Rhino Linux [![Rhino Linux package](https://repology.org/badge/version-for-repo/pacstall/framework-system.svg)](https://repology.org/project/framework-system/versions)
2727
- `pacstall -I framework-system-bin`
28+
- [![Void Linux x86_64 package](https://repology.org/badge/version-for-repo/void_x86_64/framework-system.svg)](https://repology.org/project/framework-system/versions)
29+
- `sudo xbps-install -S framework-system`
30+
- Manjaro
31+
- [![Manjaro Stable package](https://repology.org/badge/version-for-repo/manjaro_stable/framework-system.svg)](https://repology.org/project/framework-system/versions)
32+
- [![Manjaro Testing package](https://repology.org/badge/version-for-repo/manjaro_testing/framework-system.svg)](https://repology.org/project/framework-system/versions)
33+
- [![Manjaro Unstable package](https://repology.org/badge/version-for-repo/manjaro_unstable/framework-system.svg)](https://repology.org/project/framework-system/versions)
34+
- `pacman -S framework-system`
2835
- Others
2936
- Build from source
3037
- Or download [latest binary](https://github.com/FrameworkComputer/framework-system/releases/latest/download/framework_tool)
@@ -43,6 +50,8 @@ winget install framework_tool --source winget
4350

4451
### FreeBSD
4552

53+
[![FreeBSD port](https://repology.org/badge/version-for-repo/freebsd/framework-system.svg)](https://repology.org/project/framework-system/versions)
54+
4655
```
4756
sudo pkg install framework-system
4857
```

0 commit comments

Comments
 (0)