branch: elpa/swift-mode commit 92f8eba4a46f57909d0612e6544bd9ad74113483 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a8014c..74b1ab2 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ To install without MELPA, download [latest release](https://github.com/swift-ema - `indent-new-comment-line` - [Imenu](https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html) - Running Swift REPL in a buffer (`M-x run-swift`) +- Build Swift module (`M-x swift-mode:build-swift-module`) +- Build iOS app (`M-x swift-mode:build-ios-app`) +- Running debugger on Swift module (`M-x swift-mode:debug-swift-module`) +- Running debugger on iOS app in simulator (`M-x swift-mode:debug-ios-app`) This package does not provide flycheck. See [flycheck-swift](https://github.com/swift-emacs/flycheck-swift).