Skip to content

Commit 0950f20

Browse files
committed
Update install instructions
1 parent e67ed68 commit 0950f20

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

README.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,16 @@ apply them to the input given on STDIN.
1212

1313
How to Install
1414
==============
15-
You need [dotnet](https://dotnet.microsoft.com/) to run `strans`.
1615

17-
```
18-
git clone https://github.com/Inventitech/strans.git
19-
cd strans
20-
dotnet restore
21-
dotnet publich -c Release
22-
```
16+
The easiest way to run `strans` is by installing it via flatpak:
2317

24-
An alias (in your bashrc, ...) makes `strans` integrate seamlessly in
25-
a Unix environment:
18+
After downloading the latest `strans.flatpak` from
19+
[releases](https://github.com/Inventitech/strans/releases), install it
20+
via
2621

27-
```
28-
ALIAS strans="dotnet path/to/strans.dll"
29-
```
22+
`sudo flatpak install strans.flatpak`
23+
24+
> Note: This standalone Flatpak package will not auto-update.
3025
3126
How to Run
3227
==========
@@ -125,6 +120,24 @@ transformation rule that satisfies all examples given to it. Simply
125120
having the last FML example would not be enough, because it would miss
126121
the case where only two names are available.
127122

123+
How to Build for Developing
124+
===========================
125+
126+
You need [dotnet](https://dotnet.microsoft.com/) to run `strans`.
127+
128+
```
129+
git clone https://github.com/Inventitech/strans.git
130+
cd strans
131+
dotnet restore
132+
dotnet publich -c Release
133+
```
134+
135+
An alias (in your bashrc, ...) makes `strans` integrate seamlessly in
136+
a Unix environment:
137+
138+
```
139+
ALIAS strans="dotnet path/to/strans.dll"
140+
```
128141

129142

130143
Background

0 commit comments

Comments
 (0)