Skip to content

Commit

Permalink
docs: let users to get version by version_info.txt in Production Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seeleclover committed Jun 5, 2024
1 parent 91c33f8 commit 9764622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/basic/server-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,15 @@ For Linux:

```bash
go build
go test -v -run TestGetVersionInfo ./util/system_test.go ./util/system.go > version_info.txt
./casdoor
```
For Windows:
```bash
go build
go test -v -run TestGetVersionInfo ./util/system_test.go ./util/system.go > version_info.txt
casdoor.exe
```

Expand Down

0 comments on commit 9764622

Please sign in to comment.