We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed274ad commit 6fcb15dCopy full SHA for 6fcb15d
1 file changed
README.md
@@ -60,8 +60,7 @@ If you want to use it by cloning the project:
60
$ git clone https://github.com/APLA-Toolbox/PythonPDDL
61
$ cd PythonPDDL
62
$ python3 -m pip install -r requirements.txt
63
-$ git submodule init
64
-$ git submodule update
+$ git submodule update --init
65
```
66
67
You should have a `pddl-examples` folder containing PDDL instances.
0 commit comments