jusrhee 5 лет назад
Родитель
Сommit
6b52ab7768
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/main/home/modals/ClusterInstructionsModal.tsx

+ 1 - 1
dashboard/src/main/home/modals/ClusterInstructionsModal.tsx

@@ -39,7 +39,7 @@ export default class ClusterInstructionsModal extends Component<PropsType, State
         />
 
         <Placeholder>
-          1. Run the following command to retrieve the latest binary:
+          1. To install the Porter CLI, first retrieve the latest binary:
           <Code>
             &#123;<br />
             name=$(curl -s https://api.github.com/repos/porter-dev/porter/releases/latest | grep "browser_download_url.*_Darwin_x86_64\.zip" | cut -d ":" -f 2,3 | tr -d \")<br />