Skip to content

Commit

Permalink
Обновлено: Alacarte
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Jan 31, 2024
1 parent 42789e4 commit eb6c323
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/apps/alacarte.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Alacarte

Alacarte — это редактор меню для GNOME, использующий спецификацию меню freedesktop.org

## Установка из репозитория

**Alacarte** можно установить любым привычным и удобным способом:

**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install alacarte
```
```shell[epm]
epm -i alacarte
```
:::

0 comments on commit eb6c323

Please sign in to comment.