add note about build dependencies
This commit is contained in:
parent
a2bc80d501
commit
7c525808a4
|
@ -3,6 +3,11 @@ This is a part of blek! File that is responsible for serving and uploading files
|
||||||
This module is released under the GPLv3 with additions, copy of which is included in the top level of this repository.
|
This module is released under the GPLv3 with additions, copy of which is included in the top level of this repository.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
First, install the build dependencies:
|
||||||
|
|
||||||
|
1. Rust toolchain
|
||||||
|
2. Git (latest version)
|
||||||
|
|
||||||
To get started with this, copy either `Dockerfile.dev` or `Dockerfile.prod` to `Dockerfile`, depending on your environment.
|
To get started with this, copy either `Dockerfile.dev` or `Dockerfile.prod` to `Dockerfile`, depending on your environment.
|
||||||
|
|
||||||
Then either build it manually or start it up using the `docker-compose.yml` file, which is provided in the top level directory.
|
Then either build it manually or start it up using the `docker-compose.yml` file, which is provided in the top level directory.
|
||||||
|
|
Loading…
Reference in New Issue