Skip to content

Commit 6f75f06

Browse files
Change repository references in README.md
Updated installation instructions to use the new repository.
1 parent 2e925e7 commit 6f75f06

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ Like [Flyway](https://flywaydb.org/) — but for CQL.
1616
### Go install
1717

1818
```bash
19-
go install github.com/scylla-migrate/scylla-migrate@latest
19+
go install github.com/DefinitelyN0tMe/scylla-migrate@latest
2020
```
2121

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-
2622
### Docker
2723

2824
```bash
@@ -32,7 +28,7 @@ docker run --rm -v $(pwd):/app -w /app ghcr.io/scylla-migrate/scylla-migrate mig
3228
### From source
3329

3430
```bash
35-
git clone https://github.com/scylla-migrate/scylla-migrate.git
31+
git clone https://github.com/DefinitelyN0tMe/scylla-migrate.git
3632
cd scylla-migrate
3733
make build
3834
```

0 commit comments

Comments
 (0)