Skip to content

Commit

Permalink
[Search connectors] Add version checkouts tep to run from source inst…
Browse files Browse the repository at this point in the history
…ructions
  • Loading branch information
leemthompo committed Nov 18, 2024
1 parent f48ded9 commit 1f2664b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ export const RunFromSourceStep: React.FC<RunFromSourceStepProps> = ({
<p>
{i18n.translate('xpack.enterpriseSearch.connectorDeployment.p.navigateToRootLabel', {
defaultMessage:
'Navigate to the root of your cloned repository and create a configuration file:',
'Navigate to the root of your cloned repository, checkout the appropriate version branch, and create a configuration file:',
})}
</p>
</EuiText>
<EuiSpacer size="s" />
<CodeBox
showTopBar={false}
languageType="bash"
codeSnippet="cd connectors && touch config.yml"
codeSnippet="cd connectors && git checkout 8.17 && touch config.yml"
/>
<EuiSpacer size="s" />
<EuiText size="s">
Expand Down

0 comments on commit 1f2664b

Please sign in to comment.