소스 검색

ensure directory exists before changing to it

Alexis Gallagher 8 년 전
부모
커밋
f778fe934e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      inception/README.md

+ 1 - 0
inception/README.md

@@ -487,6 +487,7 @@ model like so:
 ```shell
 # location of where to place the Inception v3 model
 DATA_DIR=$HOME/inception-v3-model
+mkdir -p ${DATA_DIR}
 cd ${DATA_DIR}
 
 # download the Inception v3 model