mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 11:11:46 -05:00
6 lines
88 B
Batchfile
6 lines
88 B
Batchfile
@echo off
|
|
title Installing/Updating Dependencies
|
|
git pull
|
|
npm install --save
|
|
pause
|
|
exit
|