Skip to content

Commit cd7098f

Browse files
Update README.md
1 parent 44829ce commit cd7098f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ Cassandra Dataset Manager, referred to simply as `cdm`, is a tool to learn how t
44

55
Work in progress. Original cdm was written in Python but is being ported to Java for maintainability and the ability to easy distribute a single file.
66

7+
## Building
8+
9+
You can build an executable via the following command:
10+
11+
`src/main/sh/build_runnable.sh`
12+
13+
This will create a JAR with a bash wrapper that you can drop in your $PATH and run like a normal Linux/Mac executable.
14+
15+
CDM doesn't currently work on windows as it's dependent on bash and cqlsh. There are plans to lift this restriction.

0 commit comments

Comments
 (0)