Skip to content

Commit

Permalink
Updated build instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
IdlePhysicist committed Mar 13, 2021
1 parent 7ee963d commit 0cd99f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Cave Logger is a basic SQLite database interface written in Go, and it allows ca
You can install by the following set of instructions:

1. Clone or download the repo, and naviagte to the repo directory
2. Compile the binary
- `make darwin` on a mac
- `make linux` on linux
2. Compile the binary with `make`
3. Assuming the binary has built correctly then you have two courses of action:
- A. If you have no data to import from another media (or wish to manually insert your data) then simply run `./scripts/make-db.py` and this will create a correctly formatted sqlite database and a config file. This script will also check for a pre-existing config file so as not to overwrite one.
- B. If you do wish to import existing records then I have a Python script under `./scripts/csv2sqlite.py` that you can modify to your purposes. Note this script will create the database for itself.
Expand Down

0 comments on commit 0cd99f3

Please sign in to comment.