Skip to content

Commit

Permalink
Еще одни микро изменения
Browse files Browse the repository at this point in the history
  • Loading branch information
zheny-creator committed Jan 4, 2025
1 parent dd8953b commit 79d9d97
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/apps/figma.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,26 @@ Figma — неофициальная версия Figma для Linux, постр

```shell[apt-get]
su -
cd /home/USER/Загрузки
cd ~/Загрузки
apt-get update
apt-get install figma-linux-*.x86_64.rpm
```

```shell[epm]
сd Загрузки
сd ~/Загрузки
epm -i figma-linux-*.x86_64.rpm
```

:::

`USER` — имя вашего пользователя.

## AppImage

Загрузите пакет `.AppImage` со страницы релизов, потом откройте его через терминал:

```shell
su -
cd /home/USER/Загрузки
cd ~/Загрузки
chmod +x figma-linux-*.AppImage
./figma-linux-*.AppImage -i
```

`USER` — имя вашего пользователя.

0 comments on commit 79d9d97

Please sign in to comment.