Explorar o código

Run section updated

Alexander Shiryaev hai 6 meses
pai
achega
4d1378c021
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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.