From 25ca7ccd5f2ff322f2d895f94239ef43acbfaab5 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 6 Feb 2021 16:56:20 +0800 Subject: [PATCH] README: fix typo err Signed-off-by: CN_SZTL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02d30b0248..8ac09bec2d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ sudo bash -c "bash <(curl -s https://build-scripts.project-openwrt.eu.org/init_b ## Clone the source ```bash -git clone -b openwrt-18.06 --single-branch https://github.com/immortalwrt/immortalwrt && cd openwrt +git clone -b openwrt-18.06 --single-branch https://github.com/immortalwrt/immortalwrt && cd immortalwrt ./scripts/feeds update -a && ./scripts/feeds install -a ``` #### For developer, you may use `openwrt-18.06-dev` branch instead of `openwrt-18.06`.