12 lines
173 B
Markdown
12 lines
173 B
Markdown
|
# Scratch Pad
|
||
|
The simplest scratchpad for copy and paste.
|
||
|
|
||
|
<img src="./scratchpad.svg" width="200">
|
||
|
|
||
|
# Installation
|
||
|
|
||
|
```console
|
||
|
cmake . && make && sudo make install
|
||
|
```
|
||
|
|