Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit c6bdd06

Browse files
committed
- Updated libs and using ace-editor-ng9
1 parent 6b9eba8 commit c6bdd06

File tree

5 files changed

+1203
-2604
lines changed

5 files changed

+1203
-2604
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,19 @@ $ npm install
4242

4343
Start Shio CMS following the procedure described in https://github.com/ShioCMS/shio/blob/master/README.md and use the ui-dev profile to start the Shio CMS.
4444

45+
#### Linux
46+
4547
```shell
4648
export SPRING_PROFILES_ACTIVE=ui-dev
4749
$ ./gradlew bootrun
4850
```
51+
#### Windows
52+
53+
```shell
54+
set SPRING_PROFILES_ACTIVE=ui-dev
55+
gradlew bootrun
56+
```
57+
4958

5059
### 3. Runtime
5160

0 commit comments

Comments
 (0)