parent
49be4e6015
commit
e8fa6e2350
20
README.md
20
README.md
@ -180,9 +180,9 @@ The following additional language support options are available:
|
|||||||
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
||||||
TypeScript SDK with `npm install -g typescript`.
|
TypeScript SDK with `npm install -g typescript`.
|
||||||
- JavaScript support: install [nodejs and npm][npm-install] and add
|
- JavaScript support: install [nodejs and npm][npm-install] and add
|
||||||
`--tern-completer` to `./install.py`
|
`--tern-completer` when calling `./install.py`
|
||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` when calling `./install.py`
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a `--all` flag. So, to
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
@ -239,9 +239,9 @@ The following additional language support options are available:
|
|||||||
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
||||||
TypeScript SDK with `npm install -g typescript`.
|
TypeScript SDK with `npm install -g typescript`.
|
||||||
- JavaScript support: install [nodejs and npm][npm-install] and add
|
- JavaScript support: install [nodejs and npm][npm-install] and add
|
||||||
`--tern-completer` to `./install.py`
|
`--tern-completer` when calling `./install.py`
|
||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` when calling `./install.py`
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a `--all` flag. So, to
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
@ -298,9 +298,9 @@ The following additional language support options are available:
|
|||||||
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
||||||
TypeScript SDK with `npm install -g typescript`.
|
TypeScript SDK with `npm install -g typescript`.
|
||||||
- JavaScript support: install [nodejs and npm][npm-install] and add
|
- JavaScript support: install [nodejs and npm][npm-install] and add
|
||||||
`--tern-completer` to `./install.py`
|
`--tern-completer` when calling `./install.py`
|
||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` when calling `./install.py`
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a `--all` flag. So, to
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
@ -370,9 +370,9 @@ The following additional language support options are available:
|
|||||||
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
||||||
TypeScript SDK with `npm install -g typescript`.
|
TypeScript SDK with `npm install -g typescript`.
|
||||||
- JavaScript support: install [nodejs and npm][npm-install] and add
|
- JavaScript support: install [nodejs and npm][npm-install] and add
|
||||||
`--tern-completer` to `install.py`.
|
`--tern-completer` when calling `install.py`.
|
||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `install.py`.
|
`--racer-completer` when calling `install.py`.
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a `--all` flag. So, to
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
@ -436,9 +436,9 @@ The following additional language support options are available:
|
|||||||
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
- TypeScript support: install [nodejs and npm][npm-install] then install the
|
||||||
TypeScript SDK with `npm install -g typescript`.
|
TypeScript SDK with `npm install -g typescript`.
|
||||||
- JavaScript support: install [nodejs and npm][npm-install] and add
|
- JavaScript support: install [nodejs and npm][npm-install] and add
|
||||||
`--tern-completer` to `./install.py`
|
`--tern-completer` when calling `./install.py`
|
||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` when calling `./install.py`
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a `--all` flag. So, to
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
|
@ -366,10 +366,10 @@ The following additional language support options are available:
|
|||||||
SDK with 'npm install -g typescript'.
|
SDK with 'npm install -g typescript'.
|
||||||
|
|
||||||
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
||||||
to './install.py'
|
when calling './install.py'
|
||||||
|
|
||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' when
|
||||||
'./install.py'
|
calling './install.py'
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a '--all' flag. So, to
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
@ -431,10 +431,10 @@ The following additional language support options are available:
|
|||||||
SDK with 'npm install -g typescript'.
|
SDK with 'npm install -g typescript'.
|
||||||
|
|
||||||
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
||||||
to './install.py'
|
when calling './install.py'
|
||||||
|
|
||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' when
|
||||||
'./install.py'
|
calling './install.py'
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a '--all' flag. So, to
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
@ -496,10 +496,10 @@ The following additional language support options are available:
|
|||||||
SDK with 'npm install -g typescript'.
|
SDK with 'npm install -g typescript'.
|
||||||
|
|
||||||
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
||||||
to './install.py'
|
when calling './install.py'
|
||||||
|
|
||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' when
|
||||||
'./install.py'
|
calling './install.py'
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a '--all' flag. So, to
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
@ -574,10 +574,10 @@ The following additional language support options are available:
|
|||||||
SDK with 'npm install -g typescript'.
|
SDK with 'npm install -g typescript'.
|
||||||
|
|
||||||
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
||||||
to 'install.py'.
|
when calling 'install.py'.
|
||||||
|
|
||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' when
|
||||||
'install.py'.
|
calling 'install.py'.
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a '--all' flag. So, to
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
@ -645,10 +645,10 @@ The following additional language support options are available:
|
|||||||
SDK with 'npm install -g typescript'.
|
SDK with 'npm install -g typescript'.
|
||||||
|
|
||||||
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
- JavaScript support: install nodejs and npm [22] and add '--tern-completer'
|
||||||
to './install.py'
|
when calling './install.py'
|
||||||
|
|
||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' when
|
||||||
'./install.py'
|
calling './install.py'
|
||||||
|
|
||||||
To simply compile with everything enabled, there's a '--all' flag. So, to
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
|
Loading…
Reference in New Issue
Block a user