Skip to content

Commit

Permalink
improve faq fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Apr 20, 2018
1 parent 0ef9306 commit e6b8063
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,8 @@ At this point, the accuracy had improved enough for me to move on to learn other

### Can I run FIND3 on a Raspberry Pi?

Yes. Just make sure to build the server and/or client natively from the source code. If you use Docker, make sure to [install Docker correctly](https://github.com/schollz/find3/issues/1#issuecomment-370205508) and build the Docker images yourself and note that you need at least 1GB of RAM and 1GB of Swap to build the images.
Yes. Just make sure to build the server and/or client natively from the source code. If you use Docker, make sure to [install Docker correctly](https://github.com/schollz/find3/issues/1#issuecomment-370205508) and build the Docker images yourself and note that you need at least 1GB of RAM and 1GB of Swap to build the images.

### Why use SQLite vs BoltDB?

I really wanted to have SQL to query things. I know that [Storm, the BoltDB toolkit](https://github.com/asdine/storm) can do this, but with SQLite I knew I wouldn't have to re-write a lot of things (database dumping/loading) and I knew I wouldn't face any problems in querying.

0 comments on commit e6b8063

Please sign in to comment.