Skip to content

Commit

Permalink
rename branch: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Apr 26, 2022
1 parent bcd3270 commit 9f79c72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure
- name: Run Tests
run: prove -lr --timer t xt

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ There are 2 ways.
### 1) self-contained version

```sh
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/master/cpm > cpm
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm > cpm
$ chmod +x cpm
$ ./cpm --version
```

### 2) From CPAN

```sh
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g App::cpm
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g App::cpm
$ cpm --version
```

Expand Down
4 changes: 2 additions & 2 deletions lib/App/cpm/Tutorial.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ which is fast!
From CPAN:
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g App::cpm
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g App::cpm
Or, download a I<self-contained> cpm:
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/master/cpm > cpm
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm > cpm
$ chmod +x cpm
$ ./cpm --version
Expand Down

0 comments on commit 9f79c72

Please sign in to comment.