vysheng
4723db989d
Merge pull request #670 from kovv/master
...
Unnecessary brew installs
2015-07-07 19:06:20 +03:00
Samuel
ba51b8e079
Updates Fedora install guide
...
Replaces `yum` with `dnf`.
2015-07-02 10:11:20 +02:00
Ilya Kovalenko
d3ffa5b2a3
Unnecessary brew installs
...
Brew can do it inline.
2015-06-27 14:56:05 +07:00
vysheng
e8c16c6c29
Merge pull request #617 from Floens/get_self
...
Add get_self command
2015-06-17 12:38:20 +03:00
Floens
aee4b248a3
Document get_self
2015-06-07 23:19:17 +02:00
Frenda
2930a63f2b
Adding installation method for Archlinux
2015-06-04 14:22:37 +04:30
Michael Vetter
0d0be7d079
Add install instructions for openSUSE
2015-06-02 17:26:58 +02:00
Dmitry Tymchuk
842fd9f0fb
Add required library for OSX
...
That library was required on `./configure` step for OSX 10.9.4. It mught be same for MacPorts, but I don't using them.
2015-05-30 12:52:01 +03:00
vvaltman
a3c79800db
merge fixed
2015-05-27 18:21:41 +03:00
vvaltman
452c30fc88
Merge branch 'master' of https://github.com/datamachine/tg into datamachine-master
2015-05-27 17:55:19 +03:00
vvaltman
206c17e5bd
updated README
2015-05-27 16:46:37 +03:00
Vincent Castellano
964b210f50
typo
2015-05-23 17:38:15 -07:00
Vincent Castellano
9d9f89a1f9
Adding python to README.md
2015-05-23 17:37:29 -07:00
vvaltman
5935c97ed0
updated readme
2015-05-15 14:31:41 +03:00
danielberlin
bdc8dc24e6
Update README.md
...
Improved key path to avoid misunderstanding, see #392 .
2015-01-17 15:26:54 +01:00
Carlos Alexandro Becker
1868bac474
make was missing for ubuntu
2014-11-26 16:19:42 -02:00
vysheng
fcf8d159c0
Update README.md
2014-11-19 16:07:08 +03:00
vysheng
253b86377d
Update README.md
2014-11-13 12:58:53 +03:00
Sergio Navarro Fernández
0639b1d192
Update README.md
2014-11-13 08:53:52 +01:00
Vysheng
2c340e59bf
Detached libtgl
2014-11-12 17:39:22 +03:00
vysheng
f25aa36076
Merge pull request #311 from mapio/master
...
Bumped readline version (for homebrew on OSX)
2014-11-03 23:53:52 +03:00
Massimo Santini
35e8622d64
Bumper readline version (for homebrew on OSX)
2014-10-30 00:07:31 +01:00
Bas Westerbaan
b416aeece8
README: update instructions for MacPorts
2014-10-27 20:55:55 +01:00
Karl Fischer
fdb5a00c12
Added libevent-devel to Fedora section
2014-10-20 08:57:56 +02:00
vysheng
5ab486f342
Update README.md
2014-09-11 16:05:25 +04:00
vysheng
598f1ab927
Update README.md
2014-09-10 18:38:46 +04:00
vysheng
82904bf717
Update README.md
2014-09-09 17:11:37 +04:00
Giovanni Grieco
af4579f324
Included MacPorts commands
...
Included solution to build correctly telegram-cli if using MacPorts on OS X.
Details: https://github.com/vysheng/tg/issues/237#issuecomment-54955961
2014-09-09 13:39:01 +02:00
vysheng
d464043942
Update README.md
2014-09-03 20:02:50 +04:00
wiseoldman95
c58ddcff16
Added Debian.
...
The Ubuntu instructions work for Debian. See https://github.com/vysheng/tg/issues/128
2014-09-03 17:28:37 +03:00
vysheng
bcc71b7b44
Update README.md
2014-09-03 14:33:45 +04:00
vysheng
aedb741ea5
Update README.md
2014-09-03 13:54:51 +04:00
vysheng
30ad29135d
Update README.md
2014-08-31 20:51:57 +01:00
vysheng
f9c99613a2
Update README.md
2014-08-31 20:51:41 +01:00
vysheng
10fd85d754
Update README.md
2014-08-27 20:15:58 +04:00
vysheng
2d8abf3bc6
Update README.md
2014-08-21 22:43:14 +01:00
Dennis Koot
a8affb9f78
use the right .pub file since commit #ff14a08d53ac9e223ffada8a41e69ebb673aa7d7 changed tg.pub to tg-server.pub
2014-03-21 16:34:06 +01:00
rmsrepliedtomeonce
c7fad3b453
Remove biased shell signs
...
Not everybody uses bash, you know. Especially the people on *BSD, which you still listed as '$'
2014-03-05 14:50:49 +02:00
vysheng
90d357fe67
Update README.md
2014-03-05 00:58:47 +03:00
vysheng
64b04d212f
delted text about Makefile
2014-03-05 01:54:45 +04:00
vysheng
1f5050318b
Merge branch 'openbsd-initial' of https://github.com/czarkoff/tg
...
Conflicts:
.gitignore
README.md
2014-03-05 01:54:24 +04:00
Kartik Mistry
1cc2ffe19c
Whitespace cleanups
2014-03-04 17:17:09 +05:30
Dmitrij D. Czarkoff
c373008400
Clean up and merge Linux and BSD instructions
...
* Now BSDs don't require setting environment for configure.
* No default Makefile any more.
2014-02-27 01:09:56 +01:00
Dmitrij D. Czarkoff
b64159aff7
When using libedit also search for curses
2014-02-27 00:46:44 +01:00
René van Dorst
f0436e61ca
Added command create_group_chat <user> <chat topic>.
...
Currently it supports only 1 user on creation.
Use chat_add_user to add more users to the chat.
2014-02-25 21:13:14 +01:00
Dmitrij D. Czarkoff
6a44fe7dea
On OpenBSD telegram
should be linked with '-lcurses'
2014-02-25 16:57:35 +01:00
Dmitrij D. Czarkoff
0783d30362
Update ax_lua.m4
...
Updated ax_lua.m4 to current version from GNU Autoconf Archive's git
repository with additional patch to support OpenBSD.[1] Regenerated
``configure'' script. DOcumented changes.
---
[1] https://savannah.gnu.org/patch/index.php?8355
2014-02-25 16:45:50 +01:00
Li-Wen Hsu
3ee8837d93
Update FreeBSD build instruction for linking with lua
2014-02-18 22:59:18 +08:00
Aaron D.
3bee35583c
Update README.md
...
Fedora don't use commas in his installation system to separate packages
2014-02-09 09:46:35 +01:00
Pablo
ea8aa0a119
Update README with new automatic path for server.pub
2014-02-08 11:57:04 +01:00