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.
12
12
13
13
How to Install
14
14
==============
15
- You need [ dotnet] ( https://dotnet.microsoft.com/ ) to run ` strans ` .
16
15
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:
23
17
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
26
21
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.
30
25
31
26
How to Run
32
27
==========
@@ -125,6 +120,24 @@ transformation rule that satisfies all examples given to it. Simply
125
120
having the last FML example would not be enough, because it would miss
126
121
the case where only two names are available.
127
122
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
+ ```
128
141
129
142
130
143
Background
You can’t perform that action at this time.
0 commit comments