Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feedsbrain authored Feb 19, 2021
1 parent 2dbf541 commit 019ebc9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@ CONVERTER_API_KEY=<Free Currency Converter API Key>
npm start
```

# Arduino Development

## Compile Sketch
## Running inside docker

```
npm run compile
docker-compose up -d --build
```

## Upload Compiled Binary
## Stoping docker container

```
npm run upload
docker-compose down
```

## Running inside docker
# Arduino Development

## Compile Sketch

```
docker-compose up -d --build
npm run compile
```

## Stoping docker container
## Upload Compiled Binary

```
docker-compose down
```
npm run upload
```

0 comments on commit 019ebc9

Please sign in to comment.