From d3041f73e0ab72c59cf7b1d9bfa060771581d876 Mon Sep 17 00:00:00 2001 From: ingvar1995 Date: Tue, 5 Apr 2016 20:42:28 +0300 Subject: [PATCH] readme and install update --- README.md | 9 +++++++++ docs/install.md | 6 ++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6898a72..b7405c8 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,18 @@ Toxygen is simple [Tox](https://tox.chat/) client written on pure Python 2.7 - [ ] Inline images - [ ] Sound notifications - [ ] Audio +- [ ] Video +- [ ] Save file encryption +- [ ] Typing notifications +- [ ] Changing nospam +- [ ] Group chats +- [ ] Read receipts +- [ ] Faux offline messaging +- [ ] Desktop sharing ###Downloads [Download last stable version](https://github.com/xveduk/toxygen/archive/master.zip) +[Download develop version](https://github.com/xveduk/toxygen/archive/develop.zip) ###Screenshots *Toxygen running on Ubuntu and Windows* diff --git a/docs/install.md b/docs/install.md index 417c464..f6207a9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -19,7 +19,7 @@ 3. Unpack archive 4. Install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md) in your system 5. Run app: -``python src/main.py`` +``python main.py`` ## Use precompiled binary: [Check our releases page](https://github.com/xveduk/toxygen/releases) @@ -33,4 +33,6 @@ On Linux: 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/