From 0316685077bf82d4dbeadb9e947e3ea16b6ae703 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sat, 26 Aug 2017 18:53:07 +0000
Subject: [PATCH] Update Readme.md

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 45c013b..ac789be 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@
 
 ##### How to use on the command line:
 
-On Linux use `./darknet` instead of `darknet.exe`, like this: `./darknet detector test data/coco.data yolo.cfg yolo.weights`
+On Linux use `./darknet` instead of `darknet.exe`, like this:`./darknet detector test ./cfg/coco.data ./cfg/yolo.cfg ./yolo.weights`
 
 * 194 MB COCO-model - image: `darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.2`
 * Alternative method 194 MB COCO-model - image: `darknet.exe detect yolo.cfg yolo.weights -i 0 -thresh 0.2`

--
Gitblit v1.10.0