Skip to content

Commit 93f9619

Browse files
committed
Adding missing README guidance for SDK docs
1 parent 1163c54 commit 93f9619

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ python3 -m venv venv && source venv/bin/activate
4242
pip install -r requirements.txt && npm install && npm run build
4343
```
4444

45-
4. Build
45+
4. Build
4646

4747
```
48-
make mindocs
48+
make SYNC_SDK=true mindocs
4949
```
5050

51+
`SYNC_SDK=true` pulls down SDK-related dependencies from MinIO's community S3 libraries.
52+
You can omit `SYNC_SDK` on subsequent builds.
53+
5154
5. View the generated documentation at http://localhost:8000.
5255

5356
```
@@ -63,7 +66,7 @@ For importing the Operator CRD Docs specifically, you must have:
6366

6467
In addition to all other prerequisites.
6568

66-
Run
69+
Run
6770

6871
```
6972
make sync-operator-crd

0 commit comments

Comments
 (0)