Skip to content

Commit

Permalink
chore: curl to https for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jun 30, 2024
1 parent c905fb9 commit 45122ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/getting-started/001_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ top = false
.pre {
padding: 20px 20px;
white-space: no-wrap;
width: 450px;
width: 460px;
}
</style>

Run the below script in your terminal to install Luzid.

<pre id="install-text" class="pre">
sh -c "$(curl -sSfL http://luzid.app/install.sh)"
sh -c "$(curl -sSfL https://luzid.app/install.sh)"
</pre>

<button type="button" class="copy-btn btn btn-primary" data-clipboard-target="#install-text">
Expand Down

0 comments on commit 45122ab

Please sign in to comment.