readme and install update

This commit is contained in:
ingvar1995 2016-04-05 20:42:28 +03:00
parent 9335892183
commit d3041f73e0
2 changed files with 13 additions and 2 deletions

View file

@ -21,9 +21,18 @@ Toxygen is simple [Tox](https://tox.chat/) client written on pure Python 2.7
- [ ] Inline images - [ ] Inline images
- [ ] Sound notifications - [ ] Sound notifications
- [ ] Audio - [ ] Audio
- [ ] Video
- [ ] Save file encryption
- [ ] Typing notifications
- [ ] Changing nospam
- [ ] Group chats
- [ ] Read receipts
- [ ] Faux offline messaging
- [ ] Desktop sharing
###Downloads ###Downloads
[Download last stable version](https://github.com/xveduk/toxygen/archive/master.zip) [Download last stable version](https://github.com/xveduk/toxygen/archive/master.zip)
[Download develop version](https://github.com/xveduk/toxygen/archive/develop.zip)
###Screenshots ###Screenshots
*Toxygen running on Ubuntu and Windows* *Toxygen running on Ubuntu and Windows*

View file

@ -19,7 +19,7 @@
3. Unpack archive 3. Unpack archive
4. Install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md) in your system 4. Install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md) in your system
5. Run app: 5. Run app:
``python src/main.py`` ``python main.py``
## Use precompiled binary: ## Use precompiled binary:
[Check our releases page](https://github.com/xveduk/toxygen/releases) [Check our releases page](https://github.com/xveduk/toxygen/releases)
@ -33,4 +33,6 @@ On Linux:
On Windows: On Windows:
``pyinstaller --windowed --icon images/icon.ico src/main.py`` ``pyinstaller --windowed --icon images/icon.ico main.py``
Don't forget to copy /images/, /sounds/, /translations/, /styles/, to /dist/main/