Skip to content

Commit a30a0da

Browse files
Updated installer.bat with "cd" additional string
1 parent 2508e14 commit a30a0da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ goto End
4545
:CloneAndInstall
4646
echo Cloning repository and installing requirements...
4747
git clone https://github.com/OSINT-TECHNOLOGIES/dpulse
48+
cd dpulse
4849
pip install -r requirements.txt
4950

5051
echo.

0 commit comments

Comments
 (0)