You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This command installs the Go-Blueprint binary, automatically binding it to your
41
41
If you prefer using Node.js package manager, you can install Go-Blueprint via NPM. This method is convenient for developers who are already working in JavaScript/Node.js environments and want to integrate Go-Blueprint into their existing workflow.
42
42
43
43
```bash
44
-
npm install -g go-blueprint
44
+
npm install -g @melkeydev/go-blueprint
45
45
```
46
46
47
47
The `-g` flag installs Go-Blueprint globally, making it accessible from any directory on your system.
0 commit comments