mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
43925b27fe
add gitignore entry so that the Sempare Template Engine folder is ignored by git
13 lines
314 B
Batchfile
13 lines
314 B
Batchfile
@echo off
|
|
echo This relies on the git command line to clone the Sempare Template Engine into this directory
|
|
echo .
|
|
echo This will checkout the Sempare Template engine into ..\lib\sempare-delphi-template-engine
|
|
echo .
|
|
pause
|
|
cd ..\lib
|
|
git clone https://github.com/sempare/sempare-delphi-template-engine.git
|
|
|
|
pause
|
|
|
|
|