forked from extern/nushell
Make all bullet point items uppercase (#2257)
This commit is contained in:
parent
e66a8258ec
commit
4347339e9a
@ -51,12 +51,12 @@ To build Nu, you will need to use the **latest stable (1.41 or later)** version
|
|||||||
Required dependencies:
|
Required dependencies:
|
||||||
|
|
||||||
* pkg-config and libssl (only needed on Linux)
|
* pkg-config and libssl (only needed on Linux)
|
||||||
* on Debian/Ubuntu: `apt install pkg-config libssl-dev`
|
* On Debian/Ubuntu: `apt install pkg-config libssl-dev`
|
||||||
|
|
||||||
Optional dependencies:
|
Optional dependencies:
|
||||||
|
|
||||||
* To use Nu with all possible optional features enabled, you'll also need the following:
|
* To use Nu with all possible optional features enabled, you'll also need the following:
|
||||||
* on Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev`
|
* On Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev`
|
||||||
|
|
||||||
To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the latest stable compiler via `rustup install stable`):
|
To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the latest stable compiler via `rustup install stable`):
|
||||||
|
|
||||||
|
@ -6,9 +6,9 @@ Syntax: `alias {flags} <name> [<parameters>] {<body>}`
|
|||||||
|
|
||||||
The command expects three parameters:
|
The command expects three parameters:
|
||||||
|
|
||||||
* the name of alias
|
* The name of alias
|
||||||
* the parameters as a space-separated list (`[a b ...]`), can be empty (`[]`)
|
* The parameters as a space-separated list (`[a b ...]`), can be empty (`[]`)
|
||||||
* the body of the alias as a `{...}` block
|
* The body of the alias as a `{...}` block
|
||||||
|
|
||||||
## Flags
|
## Flags
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@ This command supports the following operations -
|
|||||||
|
|
||||||
operations:
|
operations:
|
||||||
|
|
||||||
* binary operators: +, -, *, /, % (remainder), ^ (power)
|
* Binary operators: +, -, *, /, % (remainder), ^ (power)
|
||||||
* unary operators: +, -, ! (factorial)
|
* Unary operators: +, -, ! (factorial)
|
||||||
|
|
||||||
functions:
|
functions:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user