From 4790b3b8bdb8ce745ea1b4e1fe21127811d90b0a Mon Sep 17 00:00:00 2001 From: loatheb Date: Wed, 11 Dec 2024 11:40:33 +0800 Subject: [PATCH] chore: update pro readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7a27db22f..0c3eb8828b 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ 2. Pulling the latest code via the git command line tool, setting up the development environment ``` - git clone --recurse-submodules https://github.com/OneKeyHQ/onekey-firmware.git - cd onekey-firmware + git clone --recurse-submodules https://github.com/OneKeyHQ/firmware-pro.git + cd firmware-pro nix-shell poetry install ```