From 9a9c2cc5ecf7047e1a92124409473530839b9194 Mon Sep 17 00:00:00 2001 From: Aditya Khowal <108611217+AdityaKhowalGithub@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:39:17 -0700 Subject: [PATCH] Add cd command for direct paste into terminal Add cd command for direct paste into terminal into readme cmd line instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 009b840..b3b867a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Please install [Microsoft Visual C++ build tools](https://visualstudio.microsoft ```bash git clone https://github.com/FujiwaraChoki/MoneyPrinterV2.git +cd MoneyPrinterV2 # Copy Example Configuration and fill out values in config.json cp config.example.json config.json