mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
add readme with build instructions
This commit is contained in:
parent
f2047a93f7
commit
f8c8c29161
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
gem install bundler
|
||||||
|
bundle install
|
||||||
|
|
||||||
|
# run local webserver with jekyll
|
||||||
|
bundle exec jekyll serve —verbose
|
||||||
|
```
|
Loading…
Reference in a new issue