We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2069622 commit aed1f0bCopy full SHA for aed1f0b
README.md
@@ -2,10 +2,15 @@
2
3
`dev` uses `pkgx` and shellcode to automatically, install and activate the
4
packages you need for different projects as you navigate in your shell.
5
-Packages are installed to `~/.pkgx` and not available to your wider system
6
-without using a tool from the `pkgx` tooling ecosystem.
7
8
-## Installation
+Ensure you are using the same versions of tools for your entire stack, during
+dev, across your team and in production.
+
9
+> [!NOTE]
10
+> Packages are installed to `~/.pkgx` and not available to your wider system
11
+> without using a tool from the `pkgx` tooling ecosystem.
12
13
+## Getting Started
14
15
```sh
16
pkgx dev integrate
0 commit comments