diff --git a/README.md b/README.md new file mode 100644 index 0000000..2fb4d81 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# tiu-client +##Установка + +###1) Выполнить команды +``` +git clone https://github.com/cyradin/tiu-client.git +cd tiu-client +curl -sS https://getcomposer.org/installer | php +php composer.phar require retailcrm/api-client-php ~3.0.0 +``` + +###2) Отредактировать /config/config.php + +##Использование + +####Выгрузка заказов в CRM: +``` +php run.php +```