Skip to content

Commit c810687

Browse files
authoredJan 11, 2023
docs: update installation instructions
1 parent 21c71eb commit c810687

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎docs/installation.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0. Set up the correct frappe branch
2+
3+
Currently we rely on a [custom frappe branch](https://github.com/alyf-de/frappe/tree/landa-version-13) that adds a couple of fixes to `version-13`:
4+
5+
```
6+
cd apps/frappe
7+
git remote add alyf https://github.com/alyf-de/frappe
8+
git checkout --track alyf/landa-version-13
9+
```
10+
111
## 1. Create a site
212

313
```
@@ -25,7 +35,7 @@ Open the browser and complete the setup wizard, for example with the following v
2535
> ERPNext must be already installed and the setup wizard completed before installing landa.
2636
2737
```bash
28-
bench get-app https://github.com/realexperts/landa.git
38+
bench get-app https://github.com/alyf-de/landa
2939
bench --site [site-name] install-app landa
3040
bench --site [site-name] migrate # currently necessary to get the "Member Count" chart
3141
```

0 commit comments

Comments
 (0)
Please sign in to comment.