Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
Inventitech committed Mar 29, 2019
1 parent 1b91bf7 commit 684ff03
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ strans

`strans` (string transform) is an intuitive string manipulation
utility for the shell (primarily Unix, but should work™
cross-platform). Users do not need to know anything about programming. All
they need to do is provide `strans` with a set of examples. `strans`
will automagically learn transformation rules from these examples and
apply them to the input given on STDIN.
cross-platform). Users do not need to know anything about
programming. All they need to do is provide `strans` with a set of
examples. `strans` will automagically learn transformation rules from
these examples and apply them to the input given on STDIN.

How to Install
==============

`strans` is distributed as platform indepedently as NuGet package, or
standalone as an AppImage for Linux and as a DMG for MacOs. Download
the latest `strans` from
`strans` is distributed platform indepedently as a NuGet package, or
(if you do not want to install dotnet) standalone as an AppImage for
Linux and as a DMG for MacOs. Download the latest `strans` from
[releases](https://github.com/Inventitech/strans/releases).

## Platform-independent `dotnet`

`strans` is available as a global tool on NuGet. If you have `dotnet`
installed, you can simply `dotnet tool install -g strans` to install
it (or use `update`, `uninstall` etc.).
it (or use `update`, `uninstall` etc.).

## Linux

Expand Down

0 comments on commit 684ff03

Please sign in to comment.