mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 16:02:59 +01:00
Add repository hyperlink and trim repeat.
This commit is contained in:
parent
a3f124685a
commit
46e6641528
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Install Rust
|
## Install Rust
|
||||||
|
|
||||||
Before we begin, we need to install Rust using the [rustup](https://www.rustup.rs/) installer:
|
Before we begin, we need to install Rust using the [rustup](https://www.rustup.rs/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://sh.rustup.rs -sSf | sh
|
curl https://sh.rustup.rs -sSf | sh
|
||||||
@ -18,9 +18,9 @@ Actix web framework requires rust version 1.21 and up.
|
|||||||
|
|
||||||
## Running Examples
|
## Running Examples
|
||||||
|
|
||||||
The fastest way to start experimenting with actix web is to clone the actix web repository
|
The fastest way to start experimenting with actix web is to clone the [repository](https://github.com/actix/actix-web) and run the included examples.
|
||||||
and run the included examples in the examples/ directory. The following set of
|
|
||||||
commands runs the `basics` example:
|
The following set of commands runs the `basics` example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/actix/actix-web
|
git clone https://github.com/actix/actix-web
|
||||||
|
Loading…
Reference in New Issue
Block a user