Skip to content

Commit bcd28d8

Browse files
authored
Update README.md
1 parent fa80fc0 commit bcd28d8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Setup instruction
22

3+
Install clang first.
4+
35
### Method 1 - Clone this repo directly
46

57
1. Clone this repo:
@@ -73,12 +75,6 @@
7375
### Note
7476

7577
#### ⚠ For OpenWrt 21.02 or lower version
76-
You have to manually upgrade Golang toolchain to [1.19](https://github.com/openwrt/packages/tree/openwrt-22.03/lang/golang) or higher to compile Xray-core.
78+
You have to manually upgrade Golang toolchain to [1.21](https://github.com/openwrt/packages/tree/openwrt-23.05/lang/golang) or higher to compile Xray-core.
7779

78-
e.g.:
7980

80-
```bash
81-
./scripts/feeds update packages
82-
rm -rf feeds/packages/lang/golang
83-
svn co https://github.com/openwrt/packages/branches/openwrt-22.03/lang/golang feeds/packages/lang/golang
84-
```

0 commit comments

Comments
 (0)