diff --git a/README.md b/README.md
index 608165dbb5..1fee87ee05 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git
## Clone the source
```bash
-git clone https://github.com/shell-script/lede-openwrt && cd lede-openwrt
+git clone https://github.com/shell-script/lede && cd lede
./scripts/feeds update -a && ./scripts/feeds install -a
```
@@ -33,5 +33,5 @@ make -j1 V=s
## Default username is root and password is password, login address: 192.168.1.1
# License
-[GPL v3](https://github.com/shell-script/lede-openwrt/blob/master/LICENSE)
+[GPL v3](https://github.com/shell-script/lede/blob/master/LICENSE)
Origin source: [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)