Преглед изворни кода

added link to template docs

jusrhee пре 5 година
родитељ
комит
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>
         <Placeholder>
-          1. Run the following command to retrieve the latest binary:
+          1. To install the Porter CLI, first retrieve the latest binary:
           <Code>
           <Code>
             &#123;<br />
             &#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 />
             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 />