all repos — tmdb-desktop-client @ 95b15df89e2d69b9d2ad026b5e0b762069cf0ab7

A simple tmdb desktop client written in Java

update README.md

add instructions to compile and run
prithugoswami prithugoswami524@gmail.com
Tue, 30 Apr 2019 23:59:41 +0530
commit

95b15df89e2d69b9d2ad026b5e0b762069cf0ab7

parent

e242e75e4c085076f9f55401e4e0d523d9b6969d

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.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