소스 검색

Run section updated

Alexander Shiryaev 6 달 전
부모
커밋
4d1378c021
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -106,7 +106,7 @@ Run MDI version:
 
 Symbolic link to this script can be created to run from any directory:
 
-	ln -s `readlink -f run-BlackBox` ~/bin/blackbox
+	mkdir -p ~/bin && ln -s `readlink -f run-BlackBox` ~/bin/blackbox
 
 And then BlackBox Component Builder (GUI) can be run with *blackbox* command from anywhere.
 The current directory will be used as a BlackBox *secondary* directory.
@@ -123,7 +123,7 @@ The current directory will be used as a BlackBox *secondary* directory.
 
 Symbolic link to this script can be created to run from any directory:
 
-	ln -s `readlink -f run-BlackBox` ~/bin/blackbox-cli
+	mkdir -p ~/bin && ln -s `readlink -f run-BlackBox` ~/bin/blackbox-cli
 
 And then BlackBox Component Builder (command line interpreter) can be run with *blackbox-cli* command from anywhere.
 The current directory will be used as a BlackBox *secondary* directory.