feat: add gimp config

This commit is contained in:
dancingCycle 2022-03-11 09:44:29 +01:00
parent ff81c6f7ac
commit 84f4a94734
2 changed files with 16 additions and 0 deletions

11
doc/gimp.md Normal file
View File

@ -0,0 +1,11 @@
# Setup NextCoud
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install desktop client directly from the official repository
```
sudo apt install gimp --no-install-recommends
```

5
doc/gimp.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/