Skip to content

Commit

Permalink
DOC: write dd-*/
Browse files Browse the repository at this point in the history
The absence of a slash results in the error:
cd: too many arguments
  • Loading branch information
johnyf committed May 20, 2020
1 parent 88dc90c commit f9aa4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Pass `--fetch` to `setup.py` to tell it to download, unpack, and
```shell
pip download dd --no-deps
tar xzf dd-*.tar.gz
cd dd-*
cd dd-*/
python setup.py install --fetch --cudd --cudd_zdd
```

Expand Down

0 comments on commit f9aa4d1

Please sign in to comment.