Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suhagba authored Apr 8, 2017
1 parent 3989685 commit 1180fa6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ By successfully solving sketch recognition, we can now move towards solving mult
```
4. To kill job, use the following command:
```
condor_q ## get job ID
condor_q # get job ID
kill job_id
```

Expand All @@ -39,10 +39,9 @@ By successfully solving sketch recognition, we can now move towards solving mult
## NGROK tunneling

To set up public IP for the DJANGO application, we open NGROK and excetue the following command for the respective port number(application specific port number):

```
```
ngrok port_number
```
```



Expand Down

0 comments on commit 1180fa6

Please sign in to comment.