k4d3 commited on
Commit
7034452
1 Parent(s): 3e2908a

Signed-off-by: Balazs Horvath <[email protected]>

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -152,7 +152,12 @@ For now let's imagine you want to teach your model *wicerbeasts* so you can gene
152
 
153
  ### Create the `training_dir` Directory
154
 
155
- Before
 
 
 
 
 
156
 
157
  ### Grabber
158
 
 
152
 
153
  ### Create the `training_dir` Directory
154
 
155
+ Before starting we need a directory where we'll organize our datasets. Open up a terminal by pressing `Win + R` and typing in `pwsh`.
156
+
157
+ ```pwsh
158
+ Set-Location C:\
159
+
160
+ ```
161
 
162
  ### Grabber
163