Просмотр исходного кода

docs: index-url needs to be updated

Alex4386 1 год назад
Родитель
Сommit
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