Skip to content

Commit 21eddbc

Browse files
authored
Update README.md
1 parent 9405e52 commit 21eddbc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,18 +884,26 @@ SELECT * FROM table_view
884884
#### Requirements
885885

886886
- PowerShell
887-
- .NET Core 3.1
887+
- .NET 6.0
888888
- Java >= 1.8
889889

890890
### Command
891891

892892
#### Setup
893893

894+
PowerShell
895+
894896
```ps1
895897
PS> cd ./qsi
896898
PS> ./Setup.ps1
897899
```
898900

901+
Terminal
902+
```shell
903+
cd ./qsi
904+
./setup.sh
905+
```
906+
899907
#### Publish
900908

901909
```ps1

0 commit comments

Comments
 (0)