Skip to content

Commit

Permalink
Добавлено: Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Aug 5, 2023
1 parent 3bca884 commit 996f8e7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/firefox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Firefox

Firefox — популярный графический веб-браузер с открытым исходным кодом, разрабатываемый Mozilla.

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

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

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

::: code-group

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

0 comments on commit 996f8e7

Please sign in to comment.