diff --git a/doc/gimp.md b/doc/gimp.md new file mode 100644 index 0000000..01fed5f --- /dev/null +++ b/doc/gimp.md @@ -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 +``` diff --git a/doc/gimp.md.license b/doc/gimp.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/gimp.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */