Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiheev authored Nov 18, 2023
1 parent 17e136f commit 7ece9af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You need to have only C++ compiler, no external dependencies

## Install
```sh
git clone https://github.com/DavidOSX/R2Convex.git
git clone https://github.com/davidmiheev/R2Convex.git
cd R2Convex
make
```
Expand All @@ -15,6 +15,6 @@ make
Just run: ```./conv```


Program read coordinates of points from files: ```data.txt```, ```data1.txt```, ```data2.txt```.
Draw convex hulls of these points and draw their intersections in [bmp](https://en.wikipedia.org/wiki/BMP_file_format) format.
The program reads the coordinates of points from files: ```data.txt```, ```data1.txt```, ```data2.txt```;
and draws convex hulls of these points and their intersections in [bmp](https://en.wikipedia.org/wiki/BMP_file_format) format.

0 comments on commit 7ece9af

Please # to comment.