diff --git a/.gitconfig b/.gitconfig index 2b1b1ae..99d6925 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,3 +7,5 @@ autoSetupRemote = yes [credential] helper = store +[pull] + rebase = false diff --git a/README.md b/README.md index aec752c..b58644e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ apk add okular ebook-tools apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \ nextcloud-client-dolphin +# Spell checking in Libreoffice. +apk add hunspell hunspell-en hunspell-en-us + # Development apk add git less make gcc musl-dev openssl-dev mandoc man-pages ```