Skip to content

Commit

Permalink
Merge pull request #80 from poacpm/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Ken Matsui authored Feb 1, 2019
2 parents 48b7591 + c520bc2 commit da77441
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Poac is the package manager for C++ user.

Poac can downloads project's dependencies and compiles project.

Please see [poac.pm](https://poac.pm) for [installation instructions](https://poacpm.github.io/poac/en/getting-started/installation.html) and [other documentation](https://poacpm.github.io/poac/).
Please see [poac.pm](https://poac.io) for [installation instructions](https://poacpm.github.io/poac/en/getting-started/installation.html) and [other documentation](https://docs.poac.io).


[![asciicast](https://asciinema.org/a/QwgRXsyeMYk62vwuZ6X6DZvcC.png)](https://asciinema.org/a/QwgRXsyeMYk62vwuZ6X6DZvcC)
Expand All @@ -23,7 +23,7 @@ Please see [poac.pm](https://poac.pm) for [installation instructions](https://po
## Installation
### Easy install
```bash
curl -fsSL https://sh.poac.pm | bash
curl -fsSL https://sh.poac.io | bash
```
*When your OS is macOS, use [Homebrew](https://github.com/Homebrew/brew)*

Expand Down
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docs.poac.pm
docs.poac.io
2 changes: 1 addition & 1 deletion docs/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Easy install
```bash
curl -fsSL https://sh.poac.pm | bash
curl -fsSL https://sh.poac.io | bash
```
*When your OS is macOS, use [Homebrew](https://github.com/Homebrew/brew)*

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### 簡単にインストールする
```bash
curl -fsSL https://sh.poac.pm | bash
curl -fsSL https://sh.poac.io | bash
```
*お使いのPCのOSがmacOSの時、内部では [Homebrew](https://github.com/Homebrew/brew) を使用します*

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/guide/setting-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test : Test
```

基本的に全て書く必要はありません。
*これらの key 以外を記述してもエラーにはなりませんが、**JSONと違って**コメントが書けるため極力そちらを使用するのが良いでしょう*
*これらの key 以外を記述してもエラーにはなりませんが、**JSONと違ってコメントが書ける**ため極力そちらを使用するのが良いでしょう*

また、それぞれのコマンドが必要とする key は以下の通りです。
そのコマンド実行時に必要とされていない場合は存在のチェックは行われません。
Expand Down
2 changes: 1 addition & 1 deletion include/poac/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace poac {
static constexpr char const* POAC_API_HOST =
"poac.pm";
"poac.io";
static constexpr char const* POAC_PACKAGES_API =
"/api/packages/";
static constexpr char const* POAC_TOKENS_VALIDATE_API =
Expand Down

0 comments on commit da77441

Please sign in to comment.