From a604e19ac43d8411194fb7f84728f104247eb812 Mon Sep 17 00:00:00 2001 From: Michael Clark <5285928+MikesGlitch@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:59:11 +0100 Subject: [PATCH] Updating repo move instructions to include bash requirement (#669) It should help people moving to the new repo on Windows: Based on this: https://discord.com/channels/937901803608096828/1355224207541276826/1355229374986719242 --- docs/actual-server-repo-move.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/actual-server-repo-move.md b/docs/actual-server-repo-move.md index 272be20a5f..01124f76b4 100644 --- a/docs/actual-server-repo-move.md +++ b/docs/actual-server-repo-move.md @@ -25,7 +25,10 @@ The reasons for this change are as follows: - **Q.** _I [Build from source](https://actualbudget.org/docs/install/build-from-source). How do I keep up to date?_ **A.** Follow these instructions: - 1. Clone the [Actual repository](https://github.com/actualbudget/actual). You can use the following command: + + If you are on Windows, you'll need to install [Git Bash](https://git-scm.com/download). + + 1. Open Bash, then Clone the [Actual repository](https://github.com/actualbudget/actual). You can use the following command: ``` git clone https://github.com/actualbudget/actual.git ```