Skip to content

Commit e12a286

Browse files
authored
Update README.md
Signed-off-by: Clay <claytontdm@gmail.com>
1 parent 838c37d commit e12a286

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ curl -fsSL https://deno.land/install.sh | sh
4343

4444
### Install the Application
4545

46-
#### Method 1: Download pre-compiled binaries
46+
#### Method 1: Download pre-compiled binary
4747

48-
The easiest way to install Cinnamon Profile Manager is to download the pre-compiled binaries from the [Releases](https://github.com/claytontdm/cinnamon-profile-manager/releases) tab on GitHub.
48+
The easiest way to install Cinnamon Profile Manager is to download the pre-compiled binary from the [Releases](https://github.com/claytontdm/cinnamon-profile-manager/releases) tab on GitHub.
4949

5050
```bash
5151
# Download the binary
@@ -96,7 +96,7 @@ You can compile the binary using this command:
9696
deno task compile
9797
```
9898

99-
The compiled binaries will be created in the project directory.
99+
The compiled binary will be created in the project directory.
100100

101101
> **Note**: Pre-compiled binaries for Linux are available in the [Releases](https://github.com/claytontdm/cinnamon-profile-manager/releases) section of the GitHub repository. This is the recommended installation method for most users.
102102
@@ -183,8 +183,8 @@ This project uses GitHub Actions for automated builds and releases:
183183
- **CI Build**: Every push to the `main` branch triggers a build to ensure compilation works
184184
- **Linting & Formatting**: Automatically ensures code style consistency
185185
- **Releases**: When a new tag with format `v*` (e.g., `v0.1.0`) is pushed, GitHub Actions automatically:
186-
1. Builds binaries for Linux, macOS, and Windows
187-
2. Creates a new GitHub Release with these binaries
186+
1. Builds binary for Linux
187+
2. Creates a new GitHub Release with this binary
188188
3. Generates release notes automatically
189189

190190
To create a new release:

0 commit comments

Comments
 (0)