Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminUrquhart authored Apr 10, 2020
1 parent 3089a95 commit 82e9d8f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# TerminalOfSalem
# Consigliere
Record your Town of Salem sessions for post-game analysis.

This program requires a TrueColor compatible terminal:
- On MacOS/OSX, I recomend iTerm
- On Windows, MingW64 or similar (Git Bash for example)
- On Linux, your terminal should already support it


Run with no arguments for live capturing of sessions:

`java -jar Consigliere.jar`

Run with the --file argument to load a capture file for analysis:

`java -jar Consigliere.jar --file mycapture.pcap[ng]`

0 comments on commit 82e9d8f

Please sign in to comment.