@@ -5,15 +5,15 @@ import BranchesDetails from './_branches-details.mdx'
55
66{ /* ------------------------------------------------------------------------ */ }
77
8- ## Get project sources
8+ ## Obtain project sources
99
1010The project is hosted on GitHub:
1111
1212- https://github.com/xpack/xpack.github.io.git
1313
1414<BranchesDetails />
1515
16- To clone the stable branch (` website ` ), run the following commands in a
16+ To clone the stable branch (` website ` ), execute the following commands in a
1717terminal (on Windows use the _ Git Bash_ console):
1818
1919``` sh
@@ -39,32 +39,32 @@ git clone \
3939
4040</details >
4141
42- Or , if the repo was already cloned:
42+ Alternatively , if the repository has already been cloned:
4343
4444``` sh
4545git -C ~ /Work/xpack/xpack.github.io.git pull
4646```
4747
4848:::tip
4949
50- To contribute Pull Requests, fork the project and be sure the ** Copy the master branch only** is ** disabled** .
50+ To contribute Pull Requests, fork the project and ensure the ** Copy the master branch only** is ** disabled** .
5151
52- Use the ` xpack-development ` branch and be sure you contribute the
53- Pull Requests back to the ` xpack-development ` branch.
52+ Utilise the ` webpreview ` branch and ensure you contribute the
53+ Pull Requests back to the ` webpreview ` branch.
5454
5555:::
5656
5757## Add links for development
5858
59- During development, it is convenient to have a writable instance of the
60- module to make changes in parallel with the parent project.
59+ During development, it is convenient to maintain a writable instance of the
60+ module to enable changes in parallel with the parent project.
6161
6262To facilitate the use of a writable instance of this library in other
63- projects, add a link from the user's global xPacks store to this local
63+ projects, add a link from the user's global npm store to this local
6464development folder:
6565
6666``` sh
67- npm link -C ~ /Work/xpack/xpack.github.io.git
67+ npm --prefix ~ /Work/xpack/xpack.github.io.git link
6868```
6969
7070And in the projects referring it:
0 commit comments