Skip to content

Commit 6bd7c95

Browse files
Update README usage example for Linux x86_64 build
The example now includes the `-s` flag and clarifies the target system.
1 parent 3aa0f30 commit 6bd7c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This compilation script empowers you the ability to customise build options so t
66

77
## Usage
88

9-
Enable all features for x86_64 cpu:
9+
Enable all features for x86_64 cpu and linux system:
1010

1111
```bash
12-
CGO_ENABLED=0 GOAMD64="v4" GOEXPERIMENT="greenteagc,jsonv2,newinliner,regabiargs,regabiwrappers" ./Xray-pack.exe -p ../Xray-core/ -v --goos linux --goarch amd64
12+
CGO_ENABLED=0 GOAMD64="v4" GOEXPERIMENT="greenteagc,jsonv2,newinliner,regabiargs,regabiwrappers" ./Xray-pack.exe -s -v --goos linux --goarch amd64
1313
```
1414

1515
Detailed usage:

0 commit comments

Comments
 (0)