Updated Documentation

This commit is contained in:
2022-10-08 23:54:59 +08:00
parent 988bf0158e
commit 10e93f28c6
5 changed files with 25 additions and 18 deletions
+2 -3
View File
@@ -21,7 +21,6 @@ ENV IS_DOCKER_IMAGE=1 CXX=clang++-14
# First run will build cache into image
RUN cd AQuery2 && python3 prompt.py
CMD cd AQuery2 && python3 prompt.py
# CMD cd AQuery2 && python3 prompt.py
CMD echo "Welcome. Type python3 prompt.py to start AQuery." && cd AQuery2 && bash