From a8b194c8a92747e88ba14eb93830cac3302b8cfc Mon Sep 17 00:00:00 2001 From: "Ryan G. Young" Date: Wed, 31 Mar 2021 13:52:37 -0700 Subject: [PATCH] simplify git clone and cd path --- content/tutorials/get-started/get-started-using-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/get-started/get-started-using-python.md b/content/tutorials/get-started/get-started-using-python.md index 8664361f17..48d9a9e8ce 100644 --- a/content/tutorials/get-started/get-started-using-python.md +++ b/content/tutorials/get-started/get-started-using-python.md @@ -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 ```