Skip to content

Commit

Permalink
Merge pull request #2 from rfpludwick/feature/init-repo
Browse files Browse the repository at this point in the history
Fixed README
  • Loading branch information
Robert F.P. Ludwick authored Apr 4, 2018
2 parents ad09842 + ff08273 commit 88ebdeb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ The recommended installation method is via Composer:

```bash
cd /path/to/where/this/will/live
../path/to/composer install rfpludwick-aws-route53-ddns-php-client
../path/to/composer install rfpludwick/aws-route53-ddns-php-client
```

You'll want to copy the following files in the `config/` directory:

- `aws_credentials.dist.ini` => `aws_credentials.ini`
- `config.dist.ini` => `config.ini`
```bash
cd config
cp aws_credentials.dist.ini aws_credentials.ini
cd config.dist.ini config.ini
```

The values for your own INI files will be described in the **Setup** link below.
You'll want to fill in the copied INI files with your own values, which will be described in the **Setup** link below.

# Setup

Expand Down

0 comments on commit 88ebdeb

Please sign in to comment.