Skip to content

Commit

Permalink
Update Quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
takasehideki committed Nov 26, 2020
1 parent 10f4f5d commit ba06a9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Docker image for Nerves development

## Quick start

### from DockerHub repository

```Shell
$ docker pull nervesjp/nerves
$ docker run -it -w /workspace nervesjp/nerves
root@6e304327bd2e:/workspace#
```

### from GitHub repository

```Shell
$ git clone https://github.com/NervesJP/docker-nerves
$ cd docker-nerves
Expand Down

0 comments on commit ba06a9c

Please sign in to comment.