Skip to content

Commit e460ff6

Browse files
Add dependencies
1 parent bbf173c commit e460ff6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ A simple concurrent hash index based key-value store in go. It is very much insp
99
- **Ordered Access** - Since the only supported index format is hash table based, there is no mechanism to access the keys in sorted order.
1010
- **Query Engine** - There is no query engine implemented yet. There are functions available in the library to query data though.
1111

12+
### Dependencies
13+
xxhash: `go get github.com/OneOfOne/xxhash`
14+
sys/unix: `go get golang.org/x/sys/unix`
15+
1216
### Building the shell
1317
`go build ./cmd/shell`
1418

0 commit comments

Comments
 (0)