mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Add 'bundle install' to instructions
This commit is contained in:
parent
128417f338
commit
5db5c23b34
@ -53,6 +53,10 @@ Run the following command in the checkout directory to do so.
|
|||||||
git submodule update --init --remote
|
git submodule update --init --remote
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Installing Gema
|
||||||
|
|
||||||
|
After you performed the initial checkout for the main repository and the submodule, run `bundle install` to install additional required gems.
|
||||||
|
|
||||||
### Building and Previewing
|
### Building and Previewing
|
||||||
A set of Rake tasks, a Make-like programs implemented in Ruby, provides short commands to build and run the site locally.
|
A set of Rake tasks, a Make-like programs implemented in Ruby, provides short commands to build and run the site locally.
|
||||||
|
|
||||||
@ -73,6 +77,6 @@ A set of Rake tasks, a Make-like programs implemented in Ruby, provides short co
|
|||||||
* Open the address
|
* Open the address
|
||||||
[http://localhost:4000/intellij/sdk/docs/](http://localhost:4000/intellij/sdk/docs/)
|
[http://localhost:4000/intellij/sdk/docs/](http://localhost:4000/intellij/sdk/docs/)
|
||||||
in your browser.
|
in your browser.
|
||||||
**Note:** Make sure you haven't change default Jekyll port during installation.
|
**Note:** Make sure you haven't changed default Jekyll port during installation.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user