Skip to content

Commit

Permalink
Добавлен сопосб установки Figma с помощью Snap и AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
zheny-creator committed Jan 4, 2025
1 parent d9d680e commit 741b573
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions docs/apps/figma.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ aggregation:
flatpak:
id: io.github.Figma_Linux.figma_linux
build: unofficial
snap:
id: figma-linux
build: unofficial
epm:
play:
id: figma
Expand Down Expand Up @@ -30,11 +33,14 @@ Figma — неофициальная версия Figma для Linux, постр

<!--@include: @apps/.parts/install/content-flatpak.md-->
<!--@include: @apps/.parts/warns/unprivileged-spaces.md-->
<!--@include: @apps/.parts/install/content-snap.md-->
<!--@include: @apps/.parts/install/content-epm-play.md-->

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

Загрузите пакет `.rpm` со страницы релизов приложения [`figma-linux` на Github](https://github.com/Figma-Linux/figma-linux/tree/master), затем установите через терминал:
## RPM пакет

Загрузите пакет `.rpm` со страницы релизов приложения [`figma-linux` на Github](https://github.com/Figma-Linux/figma-linux/releases), затем установите через терминал:

::: code-group

Expand All @@ -53,3 +59,16 @@ epm -i figma-linux-*.x86_64.rpm
:::

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

## AppImage

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

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

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

0 comments on commit 741b573

Please sign in to comment.