Skip to content

Commit

Permalink
docs: update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw committed Dec 30, 2024
1 parent f3933c7 commit b5d8d7a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,23 @@ You'll need a WFF project folder and files. If you haven't already got one, here

### Windows

Run this as Administrator to download clockwork and add it to `$PATH`.

```shell
Invoke-WebRequest -Uri https://raw.githubusercontent.com/Turtlepaw/clockwork/refs/heads/main/install/install.ps1 -UseBasicParsing | Invoke-Expression
```

### Linux/MacOS

Run this to download clockwork and add it to `$PATH`.

```shell
curl -s https://raw.githubusercontent.com/Turtlepaw/clockwork/refs/heads/main/install/install.sh | bash
curl -s https://raw.githubusercontent.com/Turtlepaw/clockwork/refs/heads/main/install/install.sh | sudo bash
```

> [!NOTE]
> Manual installation of files in `wff-build-tools` is no longer required
> [!WARNING]
> For Linux, you must change the file's permissions to be executable:
>
> ```shell
> chmod +x build-linux
> ```
## Usage

### Add a repository
Expand Down

0 comments on commit b5d8d7a

Please sign in to comment.