Add spreadsheet program
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
# Terminal spreadsheet
|
||||
|
||||

|
||||
|
||||
This is a WIP spreadsheet application for the terminal using ncurses.
|
||||
See [ISSUES](ISSUES) to get an idea of what needs to be implemented.
|
||||
|
||||
## Download and build
|
||||
```sh
|
||||
git clone https://github.com/olemorud/terminal-spreadsheet.git
|
||||
cd terminal-spreadsheet
|
||||
make
|
||||
```
|
||||
|
||||
## Run
|
||||
```sh
|
||||
cd bin
|
||||
./run
|
||||
```
|
||||
Reference in New Issue
Block a user