Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
1bf2e0e
1
Parent(s):
eee06b9
docs: add instructions on how to install cargo
Browse files- docs/installation.md +2 -0
docs/installation.md
CHANGED
@@ -25,6 +25,8 @@ The package is currently not available on other Linux distros. With contribution
|
|
25 |
|
26 |
# Install From Source
|
27 |
|
|
|
|
|
28 |
## Stable
|
29 |
|
30 |
To get started with Websurfx, clone the repository, edit the config file which is located in the `websurfx` directory and install redis server by following the instructions located [here](https://redis.io/docs/getting-started/) and then build and run the websurfx server by running the following commands:
|
|
|
25 |
|
26 |
# Install From Source
|
27 |
|
28 |
+
Before you can start building `websurfx`, you will need to have `Cargo` installed on your system. You can find the installation instructions [here](https://doc.rust-lang.org/cargo/getting-started/installation.html).
|
29 |
+
|
30 |
## Stable
|
31 |
|
32 |
To get started with Websurfx, clone the repository, edit the config file which is located in the `websurfx` directory and install redis server by following the instructions located [here](https://redis.io/docs/getting-started/) and then build and run the websurfx server by running the following commands:
|