Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Commit 290c71b

Browse files
authored
Add available OS packages
1 parent aa81ce0 commit 290c71b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ termtosvg is compatible with Linux, macOS and BSD OSes, requires Python >= 3.5 a
2424
pip3 install --user termtosvg
2525
```
2626

27+
Various independently maintained, OS specific packages have been made available by the community:
28+
29+
30+
| OS | Repository | Installation command |
31+
|----------|-------------|---|
32+
| Archlinux | [Arch](https://www.archlinux.org/packages/community/any/termtosvg/) |`pacman -S termtosvg` |
33+
| FreeBSD | [ports](https://www.freshports.org/graphics/py-termtosvg) | |
34+
| Gentoo | [media-gfx/termtosvg](https://packages.gentoo.org/packages/media-gfx/termtosvg) | `emerge media-gfx/termtosvg`|
35+
| macOS | [Homebrew](https://formulae.brew.sh/formula/termtosvg) |`brew install termtosvg` |
36+
| OpenBSD | [ports](https://github.com/openbsd/ports/tree/master/graphics/termtosvg) | |
37+
| NixOS | [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/termtosvg/) | |
38+
39+
2740
## Basic usage
2841
Start recording with:
2942

0 commit comments

Comments
 (0)