Skip to content

Commit a0c37b6

Browse files
authored
Update README.md
Added ubuntu instruction
1 parent 4ea3c8f commit a0c37b6

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

README.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,25 @@
1414
Add [Flathub](https://flathub.org/apps/io.github.aganzha.Stage) to your remotes
1515
```sh
1616
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
17-
```
18-
Install app
19-
```sh
2017
flatpak install flathub io.github.aganzha.Stage
21-
```
22-
To update app to latest version run
23-
```
24-
flatpak update io.github.aganzha.Stage
25-
```
26-
27-
Run app
28-
```sh
2918
flatpak run io.github.aganzha.Stage
3019
```
20+
3121
### Fedora 42
32-
Add copr to remotes
3322
```sh
3423
sudo dnf install copr
35-
```
36-
Enable repo
37-
```sh
3824
sudo dnf copr enable aganzha/stage
39-
```
40-
Install
41-
```sh
4225
sudo dnf install stage-git-gui
26+
stage-git-gui
4327
```
44-
Run
28+
### Ubuntu 25.04
4529
```sh
30+
sudo add-apt-repository ppa:aganzha/stage
31+
sudo apt update
32+
sudo apt install stage-git-gui
4633
stage-git-gui
4734
```
35+
4836
## Using
4937
Open repository either by clicking placeholder button, or repository list button in the header bar. Stage, then, will live track all changes you do on files inside repository and display in Status window in form of text diff.
5038

0 commit comments

Comments
 (0)