Cammy 7 роки тому
батько
коміт
831bde3f17
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -1,5 +1,5 @@
 # PyInstaLive
-![Version 2.2.6](https://img.shields.io/badge/Version-2.2.6-pink.svg?style=for-the-badge)
+![Version 2.2.7](https://img.shields.io/badge/Version-2.2.7-pink.svg?style=for-the-badge)
 
 This script enables you to record Instagram livestreams as well as download any available replays. It is based on [another script](https://github.com/taengstagram/instagram-livestream-downloader) that has now been discontinued. 
 
@@ -13,15 +13,15 @@ You need [ffmpeg](https://ffmpeg.org/download.html), [Git](https://git-scm.com/d
 
 Run the following command in command line (as administrator in Windows) / terminal:
 ```bash
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.6 --process-dependency-links
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.7 --process-dependency-links
 ```
 
 #### Updating
 
-To update PyInstaLive to the latest version (currently **2.2.6**) run the following command:
+To update PyInstaLive to the latest version (currently **2.2.7**) run the following command:
 
 ```bash
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.6 --process-dependency-links --upgrade
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.7 --process-dependency-links --upgrade
 ```
 
 #### Specific versions