Skip to content

Commit a7107da

Browse files
authored
Merge pull request #63 from asinghvi17/patch-1
Simplify the instructions to get the experimental branch
2 parents 7bc4bcd + 0a0a7cb commit a7107da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ pkg> add ParallelKMeans
3838
For the few (and selected) brave ones, one can simply grab the current experimental features by simply adding the experimental branch to your development environment after invoking the package manager with `]`:
3939

4040
```julia
41-
pkg> dev git@github.com:PyDataBlog/ParallelKMeans.jl.git
41+
pkg> add ParallelKMeans#experimental
4242
```
4343

44-
Don't forget to checkout the experimental branch and you are good to go with bleeding edge features and breaks!
44+
To revert to a stable version, you can simply run:
4545

46-
```bash
47-
git checkout experimental
46+
```julia
47+
pkg> free ParallelKMeans
4848
```
4949

5050
_________________________________________________________________________________________________________

0 commit comments

Comments
 (0)