simplify git clone and cd path

This commit is contained in:
Ryan G. Young
2021-03-31 13:52:37 -07:00
parent 9fe380ab16
commit a8b194c8a9

View File

@@ -169,7 +169,7 @@ To run the app, you can copy and paste the code into an editor or IDE and run it
```sh
git clone git@github.com:ripple/xrpl-dev-portal.git
cd path/to/xrpl-dev-portal/content/_code-samples/xrpl-py/get-acct-info.py
cd xrpl-dev-portal/content/_code-samples/xrpl-py/get-acct-info.py
python3 get-acct-info.py
```