瀏覽代碼

fix a fat finger typo

Vlad Doster 5 年之前
父節點
當前提交
122e4f0b44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/install.sh

+ 1 - 1
utils/install.sh

@@ -6,7 +6,7 @@ set -o errexit    # exit when command fails
 installnodemac() { \
   brew install lua
   brew install node
-  brew install yarm
+  brew install yarn
 }
 
 installnodeubuntu() { \