Skip to content

Commit 87f3fb2

Browse files
author
Unknown
committed
Merge branch 'release-1.1'
2 parents 72b9e76 + 3c85a88 commit 87f3fb2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ Authentication
1919
--------------
2020
Library uses Instagram access token to provide functionality. How get access token you can find there: https://instagram.com/developer/authentication/
2121

22+
Instalation
23+
-----------
24+
bash:
25+
```
26+
$ git clone https://github.com/Dissfall/Instagram-cpp.git
27+
$ cd ./Instagram-cpp
28+
$ mkdir ./build && cd ./build
29+
$ cmake ..
30+
$ make
31+
$ sudo make install
32+
```
33+
2234
Example of use
2335
--------------
2436
```

0 commit comments

Comments
 (0)