4
4
[ ![ crates.io] ( https://img.shields.io/crates/v/rink )] ( https://crates.io/crates/rink )
5
5
[ ![ downloads] ( https://img.shields.io/crates/d/rink )] ( https://crates.io/crates/rink )
6
6
7
+ https://rinkcalc.app/about
8
+
7
9
Rink is an open source unit-aware calculator. It can be used for physics
8
10
and engineering calculations, as well as dimensionality analysis.
9
11
@@ -22,13 +24,13 @@ conversions.
22
24
factorizations and finding units for quantities.
23
25
* Temperature conversions
24
26
25
- ## [ Manual] ( ./docs/rink.7.adoc )
27
+ ## [ Manual] ( https://rinkcalc.app/manual )
26
28
27
29
Describes (hopefully) everything you need to know to use Rink's
28
30
expression language.
29
31
30
- * [ CLI man page] ( ./docs/rink.1.adoc )
31
- * [ CLI config.toml] ( ./docs/rink.5.adoc )
32
+ * [ CLI man page] ( https://rinkcalc.app/cli-manpage )
33
+ * [ CLI config.toml] ( https://rinkcalc.app/configuration )
32
34
33
35
## Install
34
36
@@ -41,6 +43,8 @@ The most common version of Rink is the command line interface `rink`.
41
43
| Nix | ` nix-env -i rink ` |
42
44
| Scoop | ` scoop install rink ` |
43
45
46
+ Downloads are also available at < https://rinkcalc.app/releases > .
47
+
44
48
## [ Web Interface: rinkcalc.app] ( https://rinkcalc.app )
45
49
46
50
Rink is available via a web interface in addition to the terminal-based
@@ -121,4 +125,4 @@ documentation here: [docs/rink-defs.5.adoc](./docs/rink-defs.5.adoc)
121
125
122
126
## Changelog
123
127
124
- See here: https://github.com/tiffany352/rink-rs /releases
128
+ See here: https://rinkcalc.app /releases
0 commit comments