Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit 82ba8d3

Browse files
authored
Update README.md
1 parent 7601d95 commit 82ba8d3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ brew install iproute2mac
4646

4747
1. Go to Hyprspace Releases (other there -->)
4848
2. Copy the link for your corresponding OS and Architecture.
49-
3. Run `sudo curl -L "PATH-TO-RELEASE" -o /usr/local/bin/hyprspace`
50-
4. Run `sudo chmod a+x /usr/local/bin/hyprspace`
51-
5. (Optional) Run `sudo ln -s /usr/local/bin/hyprspace /usr/bin/hyprspace`
49+
3. Run `sudo mkdir -p /usr/local/bin/`
50+
4. Run `sudo curl -L "PATH-TO-RELEASE" -o /usr/local/bin/hyprspace`
51+
5. Run `sudo chmod a+x /usr/local/bin/hyprspace`
52+
6. (Optional) Run `sudo ln -s /usr/local/bin/hyprspace /usr/bin/hyprspace`
5253

5354
## Usage
5455

0 commit comments

Comments
 (0)