Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document availability of official Fedora packages #1936

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,9 @@ If you install LuaRocks for use with SILE via `pacman`, use the `lua51-*` varian

#### Fedora

A [COPR][copr] repository is available for Fedora users with packages of SILE
and all the necessary dependencies.
Fedora 38 and later are supported.
There is work in progress to get the packages added to the official Fedora repository.
Official packages are available in all current versions of Fedora:

```console
$ dnf copr enable jonny/SILE
$ dnf install sile
```

Expand Down
9 changes: 2 additions & 7 deletions documentation/c02-gettingstarted.sil
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,9 @@ These may be built and installed like any other AUR\footnote{\url{https://wiki.a

\subsection{Fedora}

A COPR repository\footnote{\url{https://copr.fedorainfracloud.org/coprs/jonny/SILE/}} is available for Fedora users with packages of SILE and all the necessary dependencies including fonts.
Fedora 36 and Fedora 37 are supported.
There is work in progress to get the packages added to the official Fedora repository.
Official packages are available in all current versions of Fedora:

\begin{terminal}
$ dnf copr enable jonny/SILE
$ dnf install sile
\end{terminal}
\terminal{$ dnf install sile}

\subsection{OpenSUSE}

Expand Down
Loading