Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Change Radicle install command
Sebastian Martinez committed 2 years ago
commit a602f5d2556b30537b5fb8edbf11a14bdeed51ab
parent bf7ee90180d8ae2471bf2811df19812f2cace6e4
1 file changed +1 -1
modified src/components/ConnectInstructions.svelte
@@ -49,6 +49,6 @@
      Run the following command and follow the instructions to install Radicle
      and get started.
    </div>
-
    <Command fullWidth command="sh <(curl -sSf https://radicle.xyz/install)" />
+
    <Command fullWidth command="curl -sSf https://radicle.xyz/install | sh" />
  {/if}
</div>