From fa476e362037ac140115cbd77f995377e382519e Mon Sep 17 00:00:00 2001 From: Jinpeng Shi Date: Sun, 8 Oct 2023 16:51:39 +0800 Subject: [PATCH] Fix a typo --- scripts/zmk_local_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmk_local_install.sh b/scripts/zmk_local_install.sh index 72d1c8a..a0fb98b 100755 --- a/scripts/zmk_local_install.sh +++ b/scripts/zmk_local_install.sh @@ -53,6 +53,6 @@ pip3 install --user -r zephyr/scripts/requirements.txt # see above ### Step 5: Install Docusaurus sudo apt-get install --yes --no-install-recommends npm -cd ~zmk/docs +cd ~/zmk/docs npm ci