Skip to content

Commit

Permalink
Merge pull request #11 from jasonyang-ee/dev
Browse files Browse the repository at this point in the history
Add: readme docker link update
  • Loading branch information
jasonyang-ee committed May 5, 2023
2 parents b49d3a4 + 74f7605 commit 80b4266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'

jobs:
pr-check:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ More Docker Details: https://github.com/jasonyang-ee/STM32-Dockerfile

- Docker Build
```
docker run -v "{Your_Local_Full_Path}":"/home" jasonyangee/stm32_ubuntu:latest https://github.com/jasonyang-ee/STM32G431KB
docker run -rm -v {Your_Local_Full_Path}:/home jasonyangee/stm32-builder:Ubuntu-latest https://github.com/jasonyang-ee/STM32G431KB
```
> Visit Here for More Details: https://github.com/jasonyang-ee/STM32-Dockerfile
![Run](doc/img/run.gif)
Expand Down

0 comments on commit 80b4266

Please sign in to comment.