KQOXOAXCEKSLP6NOIR7IPYRCLNUMHYAMZXHHGLUH7CMX5NACSPYQC NPDFVX7TVYHHZREH3PLWEW2WCDKANATYK5C65YQ3WYUZTJ7UDFLAC OF6EVRGFLYBDDTQZYTBAST3PCARPJ5RFMYFXAZ6KM3FS2IXRFSSAC GDBDGLRHJSMN527PHXGZVSGF55EYT4X3GFNF4LF6363JE2FGBQXQC FS2ITYYHBLFT66YUC3ENPFYI2HOYHOVEPQIN7NQR6KF5MEK4NKZAC DMCRN3CEDMPBFFQA37BSGYQCUVLFDETXSS3NFJ3U4K6XSFPPDC2AC CZ75J5XVD2PTAPK67BUL4QY2RDBGRLITYX3SOLXUJ2UFD5CCVRCQC MISEW25VIMXQ6ID37VQ365KAMPQ5O4COYWEIK6M4JXKIG7L5DVSQC A4OAUGCI4B4DW4CQKAUDWIJX2556XN4DSDZYUWBYW3UDSW5YFFYQC Open the app. Initially you'll see a series of two errors. The first errorlooks like this:```Error: no directory /home/akkartik/.local/share/love/pothi/data found. Please store articles to browse there before opening this app.```
Put any articles you'd like to browse at this location. (You can copy it fromthe error to the clipboard by pressing `ctrl+c`.) Quit and restart.
To run from the terminal, [pass this directory to LÖVE](https://love2d.org/wiki/Getting_Started#Running_Games),optionally with a directory to browse.
Now you'll see the second error:```Sorry, I am not permitted to create directories (folders). Please create directory /home/akkartik/.local/share/love/pothi/data/comments for storing comments in.```Create the sub-directory mentioned here. (Again, you can copy the errormessage to the clipboard by pressing `ctrl+c`.) Quit and restart.Now the app will open to a list of files. Click on any filename to read it andleave comments on it. The comments will live on your computer. Share them withothers by any means of your choice.It's not the cleanest onboarding in the world. As a concrete example, on mymachine I ran the following commands in a terminal window to get past botherrors:```shellcd /home/akkartik/.local/share/love/pothigit clone http://canonical.org/~kragen/sw/pavnotes2.git datamkdir data/comments```