setup/doc/gnome-builder.md

12 lines
243 B
Markdown
Raw Permalink Normal View History

2022-11-20 21:53:24 +01:00
# 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
```