Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Change Radicle install command
Merged did:key:z6MkkfM3...sVz5 opened 2 years ago

This makes the command compatible with user that use e.g. the fish shell.

1 file changed +1 -1 bf7ee901 a602f5d2
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>