update README.md add instructions to compile and run
prithugoswami prithugoswami524@gmail.com
Tue, 30 Apr 2019 23:59:41 +0530
1 files changed,
11 insertions(+),
0 deletions(-)
jump to
M
README.md
→
README.md
@@ -2,3 +2,14 @@ # Simple TMDb Desktop Client
A simple desktop client that allows users to search Movies and view information about them. + + +## Compile and Run + +**Note: from the root directory** + +Compile with: + javac -cp "src/:lib/*" src/com/oocpro/tmdbdesktop/Main.java + +Run: + java -cp "src/:lib/*" com.oocpro.tmdbdesktop.Main