Skip to content

Commit e2a5e07

Browse files
committed
pic link
1 parent 710b062 commit e2a5e07

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670
3939
php composer-setup.php --install-dir=/usr/local/bin --filename=composer
4040
php -r "unlink('composer-setup.php');"
4141
```
42-
Make sure the install directory is include in the $PATH variable, run **php -v** and **composer -V** can check the installation, if console output like below, that's mean it's works!
42+
Make sure the install directory be include in the $PATH variable, run **php -v** and **composer -V** can check the installation, if console output like below, that's mean it's works!
4343
```bash
4444
wenewzha:minecraft wenewzhang$ php -v
4545
PHP 7.2.13 (cli) (built: Dec 7 2018 10:41:23) ( NTS )
@@ -108,9 +108,7 @@ Create an app by following [tutorial](https://mixin-network.gitbook.io/mixin-net
108108
Remember to [generate parameter](https://mixin-network.gitbook.io/mixin-network/mixin-messenger-app/create-bot-account#generate-secure-parameter-for-your-app)
109109
and write down required information, they are required in config.php file soon.
110110

111-
112-
113-
![mixin_network-keys](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/mixin_network-keys.jpg)
111+
![mixin_network-keys](https://github.com/wenewzhang/mixin_labs-php-bot/blob/master/mixin_network-keys.jpg)
114112
In the folder, create a file: config.php. Copy the following content into it.
115113
> config.php
116114
```php

0 commit comments

Comments
 (0)