1 parent 2e925e7 commit 6f75f06Copy full SHA for 6f75f06
1 file changed
README.md
@@ -16,13 +16,9 @@ Like [Flyway](https://flywaydb.org/) — but for CQL.
16
### Go install
17
18
```bash
19
-go install github.com/scylla-migrate/scylla-migrate@latest
+go install github.com/DefinitelyN0tMe/scylla-migrate@latest
20
```
21
22
-### Binary download
23
-
24
-Download from [GitHub Releases](https://github.com/scylla-migrate/scylla-migrate/releases) for Linux, macOS, and Windows (amd64/arm64).
25
26
### Docker
27
28
@@ -32,7 +28,7 @@ docker run --rm -v $(pwd):/app -w /app ghcr.io/scylla-migrate/scylla-migrate mig
32
### From source
33
29
34
30
35
-git clone https://github.com/scylla-migrate/scylla-migrate.git
31
+git clone https://github.com/DefinitelyN0tMe/scylla-migrate.git
36
cd scylla-migrate
37
make build
38
0 commit comments