Skip to content

Commit 6db1da0

Browse files
authored
Updated README.md
1 parent e9dde33 commit 6db1da0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Then clone this repository:
4040
the plugin as a zip. Copy the *st3-micropython-tools-master* directory to its location
4141
(see prior section).
4242

43+
### How to Use
44+
45+
The best way for using this plugin is command palette. Command Palette is gem for Sublime Text. Just open command palette (`CTRL`+`SHIFT`+`P`) and type MicroPython. You can see all of options on there. Operations will run active file. For example when you select upload file option the active file will push to board.
46+
47+
![Command Palette](https://raw.githubusercontent.com/bisguzar/st3-micropython-tools/master/images/commandpalette.gif)
48+
4349
## Contributing
4450

4551
If you find any problem while using MicroPython Tools, create an [issue](https://github.com/bisguzar/st3-micropython-tools/issues/new) or fork this project and fix it yourself. Then sent a pull request. It will better 😍.
@@ -48,6 +54,11 @@ If you find any problem while using MicroPython Tools, create an [issue](https:/
4854

4955
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/bisguzar/st3-micropython-tools/tags).
5056

57+
## TODO
58+
59+
- [ ] uPiP Installer Asistant
60+
- [ ] Bootloader Writer
61+
5162
## Authors
5263

5364
* **Bugra ISGUZAR** - *Initial work* - [Bisguzar](https://github.com/bisguzar)

0 commit comments

Comments
 (0)