We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f6616 commit 921c988Copy full SHA for 921c988
website/docs/maintainer/_project/_content.mdx
@@ -24,12 +24,12 @@ git clone \
24
git -C ~/Work/xpack-build-box.git submodule update --init --recursive
25
```
26
27
-For the development version use the `develop` branch:
+For the development version use the `development` branch:
28
29
```sh
30
rm -rf ~/Work/xpack-build-box.git; \
31
git clone \
32
- --branch develop \
+ --branch development \
33
https://github.com/xpack/xpack-build-box.git \
34
~/Work/xpack-build-box.git; \
35
0 commit comments