Skip to content

Commit 970be99

Browse files
committed
add block types to install
1 parent 09ac313 commit 970be99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

v0.3/install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Installation
77

88
Install [Node](https://nodejs.org/en/download/) for your platform, then clone and build the Eve starter repository:
99

10-
```
10+
```sh
1111
git clone https://github.com/witheve/eve-starter.git
1212
cd eve-starter
1313
npm install
@@ -17,7 +17,7 @@ npm install
1717

1818
In the eve-starter directory, you can launch the Program Switcher:
1919

20-
```
20+
```sh
2121
npm start
2222
```
2323

@@ -27,21 +27,21 @@ This will open your browser to the Program Switcher, which allows you can run th
2727

2828
Eve documents are written in Markdown, where Eve code is embedded in code blocks. You can run a specific `*.eve` file by providing its path as an argument:
2929

30-
```
30+
```sh
3131
npm start -- path/to/program.eve
3232
```
3333

3434
### Command Line Options
3535

3636
The command line interface accepts a number of configuration options, which can be displayed using the help command:
3737

38-
```
38+
```sh
3939
npm start -- --help
4040
```
4141

4242
The available options include:
4343

44-
```
44+
```help
4545
-h, --help output usage information
4646
-W, --workspace <name>:<path> Search path(s) for programs
4747
-I, --include <path> Search path(s) for watchers

0 commit comments

Comments
 (0)