Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit 73c1cb3

Browse files
committed
credits
1 parent 150962b commit 73c1cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ For this example we will take the following command (execute it from the dir, wh
2424
./bin/telegram-cli --json -dWS /tmp/tg.sck &
2525
```
2626

27-
If you run the telegram-cli under another user than your php-script and you are using linux, you need to change the rights of the socket so that the php-script can access it. For example, add both to a `telegram`-group and then do
27+
If you run the telegram-cli under another user than your php-script and you are using linux, you need to change the rights of the socket so that the php-script can access it (thanks to @dennydai for this!).
28+
For example, add both to a `telegram`-group and then do
2829

2930
```shell
3031
chown :telegram /tmp/tg.sck

0 commit comments

Comments
 (0)