AleeBot/update_dep.bat
Alee dcec0212db
Beta (#20)
* 2.12.0 Beta

* 2020 changes and tweaked some stuff

* remove lock

* more copyright  update

* Service status, updating readme files

* readme changes

* readme changes x2

* 2.12.0 release
2020-01-02 14:46:06 -05:00

6 lines
82 B
Batchfile

@echo off
title Installing/Updating Dependencies
git pull
yarn install
pause
exit