File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
121112sudo zypper addrepo https://download.opensuse.org/repositories/home:/brezel/openSUSE_Tumbleweed/ home:brezel
@@ -125,6 +116,16 @@ sudo zypper install autogit
125116
126117This 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
You can’t perform that action at this time.
0 commit comments