Skip to content

Commit

Permalink
Merge config
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 4, 2018
2 parents c989fcc + 05c1f5d commit 5524394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ https://hexdocs.pm/nerves/targets.html#content
## Getting Started

To start your Nerves app:
* `export MIX_TARGET=my_target` or prefix every command with
`MIX_TARGET=my_target`. For example, `MIX_TARGET=rpi3`
* `export MIX_TARGET=ec2` or prefix every command with
`MIX_TARGET=ec2`.
* Install dependencies with `mix deps.get`
* Create firmware with `mix firmware`
* Burn to an SD card with `mix firmware.burn`
* Burn to a mounted EBS volume with `mix firmware.burn -d /dev/xvdn`

## Learn more

Expand Down
5 changes: 0 additions & 5 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ config :shoehorn,
init: [:nerves_runtime, :nerves_init_ec2],
app: Mix.Project.config()[:app]

# config :nerves_network, :default,
# eth0: [
# ipv4_address_method: :dhcp
# ]

# config :nerves_firmware_ssh,
# authorized_keys: [
# File.read!(Path.join(System.user_home!, ".ssh/authorized_keys"))
Expand Down

0 comments on commit 5524394

Please sign in to comment.