Skip to content

Commit

Permalink
docs: Add OpenSUSE install instructions
Browse files Browse the repository at this point in the history
See #1575

Co-authored-by: Pi-Cla <pirateclip@protonmail.com>
  • Loading branch information
alerque and Pi-Cla committed Nov 9, 2022
1 parent 21fd0a9 commit c9171e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ The official package uses Lua 5.4.
Alternatively, a package that uses LuaJIT may be built manually from the [Arch User Repository][aur] using [sile-luajit][aur-sile-luajit].
A VCS package is also available as [sile-git][aur-sile-git] to build from the latest Git commit.

#### OpenSUSE

OpenSUSE has official packages ready to install the usual way:

```console
$ zypper install sile
```

#### NixOS

A [Nix `sile` package][nix] is available in both the stable and unstable channels; the unstable channel having the latest stable SILE releases and the stable channel being frozen on NixOS releases.
Expand Down
6 changes: 6 additions & 0 deletions documentation/c02-gettingstarted.sil
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ See the note about LuaJIT in the section \em{Installing From Source} for applica
A VCS package is also available as \code{sile-git} to build from the latest Git commit.
These may be built and installed like any other AUR\footnote{\url{https://wiki.archlinux.org/title/Arch_User_Repository}} package.

\subsection{OpenSUSE}

OpenSUSE has official packages ready to install the usual way:

\terminal{$ zypper install sile}

\subsection{Ubuntu}

A PPA\footnote{\url{https://launchpad.net/~sile-typesetter/+archive/ubuntu/sile}} is available for Ubuntu users with packages of SILE and all the necessary dependencies.
Expand Down

0 comments on commit c9171e4

Please sign in to comment.