Skip to content

Commit 4eec555

Browse files
committed
modify README for v1.0
1 parent cb01c37 commit 4eec555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=kepbod&url=https://github.com/kepbod/ivim&title=ivim&language=English&tags=github&category=software)
88

9-
[ivim v1.0 was released!!! Welcome to update to the newest stable branch!!!](https://github.com/kepbod/ivim/tree/v1.0)
9+
[ivim v1.0 was released!!! Welcome to update to the newest stable branch!!!](https://github.com/kepbod/ivim/tree/1.0)
1010

1111
## Installation
1212

@@ -25,13 +25,13 @@
2525
**via 'curl'**
2626

2727
```bash
28-
curl -L https://raw.github.com/kepbod/ivim/v1.0/tools/bootstrap.sh | bash
28+
curl -L https://raw.github.com/kepbod/ivim/1.0/tools/bootstrap.sh | bash
2929
```
3030

3131
**via 'wget'**
3232

3333
```bash
34-
wget --no-check-certificate https://raw.github.com/kepbod/ivim/v1.0/tools/bootstrap.sh -O - | bash
34+
wget --no-check-certificate https://raw.github.com/kepbod/ivim/1.0/tools/bootstrap.sh -O - | bash
3535
```
3636

3737
## Updating

0 commit comments

Comments
 (0)