Browse Source

Update README.md

fixed some 5th step's some errors like cargo run
hazukieq 2 years ago
parent
commit
be3a1e5ece
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -89,7 +89,7 @@ cd /usr/share/typora
 #给予二进制程序执行权限
 sudo chmod +x node_inject
 #检查二进制程序是否可以运行
-cargo run
+./node_inject
 ```