diff options
| author | Teddy Wing | 2022-03-27 05:23:04 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2022-03-27 05:23:04 +0200 | 
| commit | 16a1ddd78452db64a5aa44b1fae12459f4077875 (patch) | |
| tree | 3b5ac22e3d8c4cc87d6e7fe4a0a1480139a96936 | |
| parent | 00e89cc89756c8a0d2c94441c09552c9fc2606c2 (diff) | |
| download | yaqlite-16a1ddd78452db64a5aa44b1fae12459f4077875.tar.bz2 | |
README: Add installation command for non-Mac platforms
| -rw-r--r-- | README.md | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -41,9 +41,12 @@ source][teddywing ports repository]:  	$ sudo port install yaqlite -  [teddywing ports repository]: https://github.com/teddywing/macports-ports#adding-this-repository-source +To compile from source or install on other platforms: + +	$ cargo install --git https://github.com/teddywing/yaqlite.git +  ## License  Copyright © 2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the included | 
