Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Switching to GitHub URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kherge committed Aug 31, 2015
1 parent 046900a commit 2768567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can use Box in one of three ways:
You may download a ready-to-use version of Box as a Phar:

```sh
$ curl -LSs http://box-project.org/installer.php | php
$ curl -LSs http://box-project.github.io/box2/installer.php | php
```

The command will check your PHP settings, warn you of any issues, and the download it to the current directory. From there, you may place it anywhere that will make it easier for you to access (such as `/usr/local/bin`) and chmod it to `755`. You can even rename it to just `box` to avoid having to type the `.phar` extension every time.
Expand Down
2 changes: 1 addition & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"main": "bin/box",
"output": "box-@[email protected]",
"replacements": {
"manifest_url": "http://box-project.org/manifest.json"
"manifest_url": "http://box-project.github.io/box2/manifest.json"
},
"stub": true
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kherge/box",
"description": "A tool to simplify building PHARs.",
"keywords": ["phar"],
"homepage": "http://box-project.org",
"homepage": "http://box-project.github.io/box2/",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 2768567

Please sign in to comment.