Skip to content

Commit bd14742

Browse files
committed
Add setup script
1 parent c74e288 commit bd14742

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

setup.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dotnet build .src/Regula.DocumentReader.NetCoreExample -c Release
2+
3+
cd ./src/Regula.DocumentReader.NetCoreExample || exit
4+
5+
export API_BASE_PATH="https://testapi.regulaforensics.com"
6+
7+
dotnet run
Loading
Loading

0 commit comments

Comments
 (0)