File tree Expand file tree Collapse file tree 1 file changed +25
-12
lines changed
Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,16 @@ apply them to the input given on STDIN.
1212
1313How 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
3126How to Run
3227==========
@@ -125,6 +120,24 @@ transformation rule that satisfies all examples given to it. Simply
125120having the last FML example would not be enough, because it would miss
126121the 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
130143Background
You can’t perform that action at this time.
0 commit comments