File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,16 @@ mkdir -p registry/[your-username]/.images
59
59
60
60
#### Add Your Avatar
61
61
62
- Every namespace must have an avatar. Add your avatar image :
62
+ Every namespace must have an avatar. We recommend using your GitHub avatar :
63
63
64
- 1 . Add a square image (recommended: 400x400px minimum) to ` registry/[your-username]/.images/ `
65
- 2 . Name it exactly ` avatar.png ` or ` avatar.svg `
66
- 3 . Supported formats: ` .png ` or ` .svg ` only
64
+ 1 . Download your GitHub avatar from ` https://github.com/[your-username].png `
65
+ 2 . Save it as ` avatar.png ` in ` registry/[your-username]/.images/ `
66
+ 3 . This gives you a properly sized, square image that's already familiar to the community
67
+
68
+ The avatar must be:
69
+ - Named exactly ` avatar.png ` or ` avatar.svg `
70
+ - Square image (recommended: 400x400px minimum)
71
+ - Supported formats: ` .png ` or ` .svg ` only
67
72
68
73
#### Create Your Namespace README
69
74
You can’t perform that action at this time.
0 commit comments