You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ curl -fsSL https://deno.land/install.sh | sh
43
43
44
44
### Install the Application
45
45
46
-
#### Method 1: Download pre-compiled binaries
46
+
#### Method 1: Download pre-compiled binary
47
47
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.
49
49
50
50
```bash
51
51
# Download the binary
@@ -96,7 +96,7 @@ You can compile the binary using this command:
96
96
deno task compile
97
97
```
98
98
99
-
The compiled binaries will be created in the project directory.
99
+
The compiled binary will be created in the project directory.
100
100
101
101
> **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.
102
102
@@ -183,8 +183,8 @@ This project uses GitHub Actions for automated builds and releases:
183
183
-**CI Build**: Every push to the `main` branch triggers a build to ensure compilation works
0 commit comments