Skip to content

Commit

Permalink
Добавлено: Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Sep 5, 2023
1 parent 160baf6 commit 7c3f028
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/chromium.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Chromium

Chromium — это проект браузера с открытым исходным кодом, целью которого является создание более безопасного, быстрого и стабильного способа работы в Интернете для всех пользователей.

## Установка из репозитория <Badge type="warning" text="sysphus" /> <Badge type="warning" text="p10" />

**Яндекс Браузер** можно установить любым привычным и удобным способом:

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

::: code-group

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

:::


0 comments on commit 7c3f028

Please sign in to comment.