Skip to content

Commit 6613431

Browse files
still blocked on roboflow import cli
1 parent f37178b commit 6613431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/roboflow-logging/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The dataset we are using has labels in the [Roboflow Universe](https://universe.
341341

342342
Download the data with labels in the YOLOv5 format:
343343
```bash
344-
mkdir data-with-labels; cd data-with-labels; curl -L "https://universe.roboflow.com/ds/YZbicMV8Z4?key=WrbJD7E7Ky" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
344+
mkdir data-with-labels; cd data-with-labels; curl -L "https://universe.roboflow.com/ds/YZbicMV8Z4?key=WrbJD7E7Ky" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip; cd ..
345345
```
346346

347347
Install the Roboflow CLI with `npm`.
@@ -356,7 +356,7 @@ roboflow auth
356356

357357
Import the dataset to your project.
358358
```
359-
roboflow import data-with-labels/
359+
roboflow import data-with-labels
360360
```
361361

362362
Open your project on the Roboflow web app

0 commit comments

Comments
 (0)