We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ecf81 commit 7d7e5b2Copy full SHA for 7d7e5b2
README.md
@@ -13,12 +13,12 @@ A command-line tool to copy open package pull requests from `spack/spack` to `sp
13
14
1. Clone this tool repository:
15
```bash
16
-git clone https://github.com/spack/migrate-pkg-prs.git
+git clone https://github.com/spack/migrate-package-prs.git
17
```
18
19
2. Add the tool to your PATH:
20
21
-export PATH="$PWD/migrate-pkg-prs/bin:$PATH"
+export PATH="$PWD/migrate-package-prs/bin:$PATH"
22
23
24
3. Clone the new package repository and navigate to it:
0 commit comments