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
This commit is contained in:
Michael Clark
2025-03-31 13:59:11 +01:00
committed by GitHub
parent 51f93861e4
commit a604e19ac4

View File

@@ -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
```