You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ Compile script. It is recommended to always use this script to compile libXray.
40
40
41
41
depends on git and go.
42
42
43
-
By default, the build script clones [Xray-core](https://github.com/XTLS/Xray-core) to `../Xray-core-libXray` and checks out `v26.5.9`.
44
-
Pass the optional `local` argument to use an existing local checkout at `../Xray-core`instead of cloning.
43
+
By default, the build script does not clone [Xray-core](https://github.com/XTLS/Xray-core). It uses Go modules and pins Xray-core to tag `v26.5.9` (recorded by Go as the matching pseudo-version).
44
+
Pass the optional `local` argument to use an existing local checkout at `../Xray-core`through a Go module `replace`.
0 commit comments