Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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