Skip to content

Commit

Permalink
deploy: 006b204
Browse files Browse the repository at this point in the history
  • Loading branch information
albbas committed Sep 3, 2024
1 parent 0f011d5 commit 5eb1ca0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions proof/gramcheck/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ Commands on ubuntu:

### Setting up

Set up Linux as described in the [Linux getting started](/infra/GettingStartedOnLinux.html) guide
Set up Linux as described in the [Linux getting started](/infra/GettingStartedOnLinux.html) guide.

### Install LibreOffice and speller files

```sh
sudo apt install libreoffice
sudo apt install giella-sme-speller python3-libdivvun # or: sma, smj, smn, fao`
sudo apt install \
libreoffice \
libreoffice-divvun \
libvoikko1 \
giella-sme-speller \
giella-sma-speller \
giella-smj-speller # add more or other languages
```

### Build the [libreoffice-divvun](https://github.com/divvun/libreoffice-divvun) plugin
Expand Down

0 comments on commit 5eb1ca0

Please sign in to comment.