Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddan9 authored Jan 15, 2021
1 parent 4344cdc commit 7e82896
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,17 @@ There is IDE of Borland C++ for Linux
> - This procedure will remove the program, including all files in the cloned directory (for example, your source codes). To prevent this from happening, make backups of the files you need
>
> ***Step by step:***
>
> 0. rm -rf BorlandC-Linux
>
> 1. rm -rf Borland.sh
>
> 2. apt-get remove dosbox (optional)
>
> ***By one command:***
>
> - rm -rf BorlandC-Linux && rm -rf Borland.sh && apt-get remove dosbox
<br />
Expand Down Expand Up @@ -117,6 +123,8 @@ There is IDE of Borland C++ for Linux
#### ***Гладкая*** установка:
> ***Шаг за шагом:***
>
> 0. apt-get update
>
> 1. apt-get install -y git
Expand All @@ -126,6 +134,10 @@ There is IDE of Borland C++ for Linux
> 3. bash BorlandC-Linux/install.sh
>
> 4. bash Borland.sh
>
> ***Или одной командой:***
>
> - apt-get update && apt-get install -y git && git clone https://github.com/ddan9/BorlandC-Linux && bash BorlandC-Linux/install.sh && bash Borland.sh
<br />
Expand All @@ -145,11 +157,17 @@ There is IDE of Borland C++ for Linux
> - Эта процедура удалит программу, включая все файлы, находящиеся в клонированной директории (например, исходные коды программ). Чтобы этого не произошло, сделайте бэкапы нужных вам файлов
>
> ***Шаг за шагом:***
>
> 0. rm -rf BorlandC-Linux
>
> 1. rm -rf Borland.sh
>
> 2. apt-get remove dosbox (опционально)
>
> ***Или одной командой:***
>
> - rm -rf BorlandC-Linux && rm -rf Borland.sh && apt-get remove dosbox
<br />
Expand Down

0 comments on commit 7e82896

Please sign in to comment.