feat: add Gnome Builder

This commit is contained in:
dancingCycle 2022-11-20 21:53:24 +01:00
parent 605d32534f
commit b2ccfdd4e7
3 changed files with 17 additions and 0 deletions

View File

@ -9,3 +9,4 @@
* [Debian Keyboard Layout](../doc/debian-keyboard-layout.md)
* [Debian Lid Switch Configuration](../doc/debian-lid-switch-config.md)
* [Python for Debian 11](../doc/debian11python.md)
* [Gnome Builder](../doc/gnome-builder.md)

11
doc/gnome-builder.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 gnome-builder --no-install-recommends
```

View File

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