Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thyrlian committed Sep 23, 2023
1 parent 2ecbc0c commit 7e4223c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -884,13 +884,13 @@ sudo netstat -tulpn | grep LISTEN
./image_publisher.sh [TAG]
```
* Execute [`version_inspector.sh`](https://github.com/thyrlian/AndroidSDK/blob/master/android-sdk/version_inspector.sh) script inside a docker container from local machine
* Execute [`version_inspector.sh`](https://github.com/thyrlian/AndroidSDK/blob/master/android-sdk/version_inspector.sh) script inside a docker container from local machine to check versions of tools
```console
cmd=$(cat ./android-sdk/version_inspector.sh) && docker run -it --rm android-sdk bash -c "$cmd"
```
* Update [Changelog](https://github.com/thyrlian/AndroidSDK/blob/master/CHANGELOG.md)
* Update [Changelog](https://github.com/thyrlian/AndroidSDK/blob/master/CHANGELOG.md) based on the versions info printed by the above commands
* Create a new tag (name it the version number, just like: `x.x`) with the corresponding commit in Git and publish the tag
Expand Down

0 comments on commit 7e4223c

Please sign in to comment.