mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user