Skip to content

Commit b63c14a

Browse files
authored
Update README.md
1 parent 49d30fc commit b63c14a

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,8 @@ You can use the following placeholders in commit message templates:
105105
- `{date}`: Date only (e.g., "2025-11-15")
106106
- `{time}`: Time only (e.g., "14:30:00")
107107
108-
## Building
109108
110-
```bash
111-
cargo build --release
112-
```
113-
114-
The binaries will be available at:
115-
- `target/release/autogit-daemon`
116-
- `target/release/autogit`
117-
118-
## OpenSuSE Tumbleweed
109+
## OpenSuSE Tumbleweed RPM installation
119110
120111
```bash
121112
sudo zypper addrepo https://download.opensuse.org/repositories/home:/brezel/openSUSE_Tumbleweed/ home:brezel
@@ -125,6 +116,16 @@ sudo zypper install autogit
125116
126117
This will install the systemd service automatically, you just have to enable it (see below)
127118

119+
## Building
120+
121+
```bash
122+
cargo build --release
123+
```
124+
125+
The binaries will be available at:
126+
- `target/release/autogit-daemon`
127+
- `target/release/autogit`
128+
128129
## Manuall Installation
129130

130131
### Manuall installation

0 commit comments

Comments
 (0)