Skip to content

Commit

Permalink
Обновлено: Codium
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Sep 11, 2023
1 parent 74ef6c6 commit a39e26b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/codium.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,28 @@

**VSCodium** — это управляемый сообществом, свободно лицензированный двоичный дистрибутив Microsoft editor VS Code

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

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

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

::: code-group

```bash[apt-get]
su -
apt-get update
apt-get install codium
```
```bash[epm]
epm -i codium
```
:::

## Установка c помощью единой комманды управления пакетами

При наличии пакета [eepm](/epm), можно установить **VSCodium** одной командой:

```bash
epm play code
epm play codium
```

0 comments on commit a39e26b

Please sign in to comment.