Skip to content

Commit

Permalink
Исправил все ../home на /home
Browse files Browse the repository at this point in the history
  • Loading branch information
Katze-942 committed Feb 25, 2024
1 parent 0b1c776 commit bb2192e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apps/figma.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ epm play figma

```shell[apt-get]
su -
cd ../home/`USER`/Загрузки
cd /home/USER/Загрузки
apt-get update
apt-get install figma-linux-*.x86_64.rpm
```
Expand Down
2 changes: 1 addition & 1 deletion docs/apps/my-office.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ epm play myoffice

```shell[apt-get]
su -
cd ../home/USER/Загрузки
cd /home/USER/Загрузки
apt-get install myoffice-standard-home-edition-*.rpm
```
Expand Down
2 changes: 1 addition & 1 deletion docs/apps/vk-messenger.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ epm play vk

```shell[apt-get]
su -
cd ../home/USER/Загрузки
cd /home/USER/Загрузки
apt-get install vk-messenger.rpm
```
Expand Down

0 comments on commit bb2192e

Please sign in to comment.