소스 검색

docs: index-url needs to be updated

Alex4386 1 년 전
부모
커밋
b3b8e1506a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -25,7 +25,7 @@
 3. Run `ufbt update` to update the SDK for your flipper
     - If you are using custom firmware, You should switch SDK. Here is the example for `unleashed` firmware:
         ```bash
-        ufbt update --url=https://up.unleashedflip.com/directory.json
+        ufbt update --index-url=https://up.unleashedflip.com/directory.json
         ```
     - If you want to use different release channel, You can run update to that channel too. Here is the example for `dev` channel (`dev`, `rc`, `release` are supported):
         ```bash