@@ -6,11 +6,11 @@ import CodeBlock from '@theme/CodeBlock';
66{ /* ------------------------------------------------------------------------ */ }
77
88<details >
9- <summary >Get the writable helper sources (optional, for development purposes)</summary >
9+ <summary >Obtain the writable helper sources (optional, for development purposes)</summary >
1010
11- The project has a dependency to a common helper, that is normally installed
12- as a read-only dependency; for development purposes, to be able to make
13- changes to the scripts located inside the helper, clone the
11+ The project has a dependency on a common helper, which is normally installed
12+ as a read-only dependency; for development purposes, to enable modifications
13+ to the scripts located within the helper, clone the
1414<code >{ props .helperBranchName } </code > branch and link it to the
1515user's global xPacks store:
1616
@@ -23,13 +23,13 @@ git clone \\
2323\ ~/Work/${props .helperOrganizationName }/${props .helperProjectName }.git \
2424` } </CodeBlock >
2525
26- Or , if the repo was already cloned:
26+ Alternatively , if the repository has already been cloned:
2727
2828<CodeBlock language = " sh" > {
2929` git -C ~/Work/${props .helperOrganizationName }/${props .helperProjectName }.git pull
3030` } </CodeBlock >
3131
32- If a writable instance of this library is needed in another project,
32+ If a writable instance of this library is required in another project,
3333add a link from the user's global xPacks store to it:
3434
3535<CodeBlock language = " sh" > {
0 commit comments