Skip to content

Commit

Permalink
docs: ✏️ update usage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MaethorNaur committed Mar 17, 2021
1 parent 90bc238 commit 252ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can download the binary here.
Once downloaded unzip the package, go to the created folder and run:

```sh
curl https://github.com/UnisonUI/unisonui/releases/download/v1.0.0/unisonui.zip # Download the package
curl -L https://github.com/UnisonUI/unisonui/releases/download/v1.0.0/unisonui.zip -o unisonui.zip # Download the package
unzip unisonui.zip # Unzip the package
cd unisonui # Go to the extracted folded
bin/unisonui # Start UnisonUI
Expand Down

0 comments on commit 252ba81

Please sign in to comment.