mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
README.md: cleanup
This commit is contained in:
parent
3804ff1130
commit
e678385163
@ -60,16 +60,16 @@ A set of Rake tasks, a Make-like program implemented in Ruby, provides short com
|
|||||||
|
|
||||||
#### Building Site from Sources
|
#### Building Site from Sources
|
||||||
|
|
||||||
* Make sure you are in a project root directory
|
* Make sure you are in the project root directory
|
||||||
* To build static site content run
|
* To build static site content run
|
||||||
```
|
```bash
|
||||||
rake build
|
rake build
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Previewing
|
#### Previewing
|
||||||
|
|
||||||
* To start the web-server run
|
* To start the web-server run
|
||||||
```
|
```bash
|
||||||
rake preview
|
rake preview
|
||||||
```
|
```
|
||||||
* Open the address
|
* Open the address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user