Skip to content

Commit f3430a0

Browse files
author
Kristan Kenney
committed
Update readme with additional notes for 1.1.0 development build upgrades
1 parent bd693b6 commit f3430a0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,17 @@ In order to install a development build based on the latest published code, you
7575

7676
**PLEASE NOTE: Development builds should not be installed on systems with live production data without understanding the potential risks involved.**
7777

78-
To install a development build, run:
78+
To install a development build, first ensure that you have the latest Git upgrade script installed which handles new dependencies added after the 1.0.x branch:
79+
```bash
80+
wget -O $HESTIA/bin/v-update-sys-hestia-git https://raw.githubusercontent.com/hestiacp/hestiacp/master/bin/v-update-sys-hestia-git
81+
chmod +x $HESTIA/bin/v-update-sys-hestia-git
82+
```
83+
84+
Then run the following command:
7985
```bash
8086
v-update-sys-hestia-git branchname
8187
```
82-
Replace *branchname* with the name of the branch you wish to install from, such as release or master (stable and current development branches, respectively).
88+
Replace *branchname* with the name of the branch you wish to install from, such as **release** or **master** (stable and current development branches, respectively).
8389

8490
Reporting Issues
8591
=============================

0 commit comments

Comments
 (0)