Skip to content

Commit 02bf618

Browse files
committed
add rpm to readme
1 parent fe3eede commit 02bf618

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

index.html

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,32 @@ <h2>Installation</h2>
214214
flatpak run flathub io.github.aganzha.Stage
215215
</code>
216216
</p>
217-
218217
<p>Update<br/>
219218
<code>
220219
flatpak update io.github.aganzha.Stage
221220
</code>
222221
</p>
223222

223+
<p><strong>RPM for Fedora 42</strong></p>
224+
<p>Install copr
225+
<code>sudo dnf install copr</code>
226+
</p>
227+
<p>Enable repo
228+
<code>
229+
sudo dnf copr enable aganzha/stage
230+
</code>
231+
</p>
232+
<p>Install Stage
233+
<code>
234+
sudo dnf install stage-git-gui
235+
</code>
236+
</p>
237+
<p>Run
238+
<code>
239+
stage-git-gui
240+
</code>
241+
</p>
242+
224243
<h2>Usage</h2>
225244

226245
<h3>Main screen - Status window </h3>
@@ -242,7 +261,7 @@ <h4>Main commands</h4>
242261
<li><code>u</code> - <b>U</b>nstage. Button - <img class="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/go-top-symbolic.svg"/></li>
243262
<li><code>k</code> - <b>K</b>ill (discard changes) </li>
244263
<li><code>TAB</code> - Expand/Collapse. Also <code>space</code> could be used.</li>
245-
</ul>
264+
</ul>
246265
<blockquote>Stage operates on files and hunks as native git. You can expand/collapse files and hunks to view changes and choose hunks for commit.</blockquote>
247266
<ul class="footnote-body">
248267
<li> When cursor is on file name, <strong>whole file</strong> is a subject to issued command.</li>
@@ -261,8 +280,8 @@ <h4>Commands does not related to cursor position</h4>
261280
</ul>
262281

263282
<h4>Command for displaying additional windows</h4>
264-
<ul>
265-
283+
<ul>
284+
266285
<li><code>b</code> - Branches window <img class="inline" src="https://raw.githubusercontent.com/aganzha/stage/refs/heads/master/icons/org.gtk.gtk4.NodeEditor-symbolic.svg"/> </li>
267286
<li><code>l</code> - Log window <img class="inline" src="https://raw.githubusercontent.com/aganzha/stage/refs/heads/master/icons/org.gnome.Logs-symbolic.svg"/> </li>
268287
<li><code>z</code> - Stash panel <img class="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/sidebar-show-symbolic.svg"/> </li>
@@ -273,11 +292,11 @@ <h3>Branches window</h3>
273292
<img src="https://storage.yandexcloud.net/www.aganzha.online/static/stage_branches_view.jpg"/>
274293
<p>Current branch is marked with <img class="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/avatar-default-symbolic.svg"/> icon</p>
275294
<h4>Switching, creating and deleting branches</h4>
276-
<p>
295+
<p>
277296
This window allows quickly switch between branches: just move cursor with arrows and hit <code>enter</code>, or double click.
278297
</p>
279298
<p>
280-
To create new branch hit <code>c</code> or <img class="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/list-add-symbolic.svg"/> button.<br/>
299+
To create new branch hit <code>c</code> or <img class="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/list-add-symbolic.svg"/> button.<br/>
281300
</p>
282301
<blockquote><strong> Important!</strong> The branch you are creating will be based on the branch on which the cursor currently is.
283302
This means you can create new branch from branch <code>feature</code> even though the current branch is <code>master</code>, and quickly switch to it.</blockquote>
@@ -298,7 +317,7 @@ <h4>Remotes</h4>
298317
<blockquote>You can manage remotes in Status window by pressing <img class="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/network-server-symbolic.svg"/> button.</blockquote>
299318
<h3>Log window</h3>
300319
<p>
301-
When in main Status window or in Branches window hitting <code>l</code> (<img class="inline" src="https://raw.githubusercontent.com/aganzha/stage/refs/heads/master/icons/org.gnome.Logs-symbolic.svg"/>) will bring up Log window.
320+
When in main Status window or in Branches window hitting <code>l</code> (<img class="inline" src="https://raw.githubusercontent.com/aganzha/stage/refs/heads/master/icons/org.gnome.Logs-symbolic.svg"/>) will bring up Log window.
302321
</p>
303322
<blockquote><strong>Important</strong> Stage does not display merge commits.</blockquote>
304323
<p>Log window is just a list of commits. You can search among them via panel in headerbar. Commits which come from other branches displaying arrows in separate column for convinience.</p>

0 commit comments

Comments
 (0)