From b3b8e1506a4f898a744297f9dbd8dadb39536c42 Mon Sep 17 00:00:00 2001 From: Alex4386 Date: Sun, 26 May 2024 08:30:46 +0900 Subject: [PATCH] docs: index-url needs to be updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ccb631..b2e3cea 100644 --- a/README.md +++ b/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