Unverified Commit 634587d6 authored by RyanSquared's avatar RyanSquared
Browse files

Update dependencies required to run in README

parent 4809e49b
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -31,11 +31,8 @@ $ jekyll build

The result will be available in the `_site` directory.

(Note: `./bin/i18n.sh` requires `po4a` >= v0.58, which is available in
buster-backports)

```console
$ sudo apt install po4a/buster-backports
$ sudo apt install po4a
```

Dependencies
@@ -44,5 +41,5 @@ Dependencies
You can install the required tools and plugins and for building the website like this:

```console
$ sudo apt install jekyll git ruby-jekyll-redirect-from ruby-jekyll-polyglot/buster-backports po4a/buster-backports
$ sudo apt install jekyll git ruby-jekyll-redirect-from ruby-jekyll-polyglot ruby-jekyll-sitemap po4a
```