Small readme update

This commit is contained in:
sloum 2021-03-18 20:27:02 -07:00
parent cd7108da7d
commit fc4ba21c99
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
This is a work in progress spreadsheet program with a semi-limited feature set. For fun, all expressions use postfix notation similar to Forth in style. It is made available under the terms of the Floodgap Free Software License (see the file 'LICENSE').
In general the use case for _tally_ is small spreadsheets, notes, shopping lists, bills, little bits of relational data. It is not meant to do what Excel, or Calc, or Lotus123 do. It is meant to be a small and simple alternative for small and simple use cases.
## Building / Installing
You will need a Go compiler. Testing on eary versions has not been done, but suffice to say you should likely not need the latest cutting edge Go version to compile _tally_.
@ -10,7 +12,7 @@ A makefile is forthcoming. Until then a simple `go build` or `go install` from w
## Usage
_tally_ uses its own file format, but can import most csv and tsv files (any that are in the format described by RFC 4180).
_tally_ uses its own file format, but can import most csv and tsv files (any that are in the format described by RFC 4180). At present most basic features are available with the exception of actions upon ranges (`A1:C3 SUM`, for example). These are hopefully coming soon.
### Running