Skip to content

Commit 1526e45

Browse files
Replace arches-project create in readme and dockerfile
1 parent 8ed87f3 commit 1526e45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation is fully documented in the official documentation, [arches.readthed
2222
```
2323
then
2424
```
25-
arches-project create myproject
25+
arches-admin startproject myproject
2626
```
2727
enter the new `myproject` directory
2828
```

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ init_arches_project() {
215215
cd_web_root
216216
[[ -d ${APP_FOLDER} ]] || mkdir ${APP_FOLDER}
217217

218-
arches-project create ${ARCHES_PROJECT} --directory ${ARCHES_PROJECT}
218+
arches-admin startproject ${ARCHES_PROJECT} --directory ${ARCHES_PROJECT}
219219

220220
exit_code=$?
221221
if [[ ${exit_code} != 0 ]]; then

0 commit comments

Comments
 (0)