hardfiles- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit a7e25b7640aa4276d0f22a6d79780dac7f045b8a
parent 24f310eb6c3b13f41627a07f83d3cf2a7d4e37ff Author: hgw <hgw7@yahoo.com> Date: Thu, 5 Oct 2023 01:04:45 +0000 Update README Diffstat:
|
1 file changed, 10 insertions(+), 2 deletions(-) |
diff --git a/README.md b/README.md @@ -16,10 +16,18 @@ HardFiles is built on the principle of flexibility. If you choose to run your ow ## Deployment Guide for HardFiles -#### 1. Configuration: +#### 1. Clone this repository + +This is necessary even when using the Docker image as the image does not contain the HardFiles frontend. + +``` +git clone https://git.supernets.org/supernets/hardfiles.git +``` + +#### 2. Configuration: Start by adjusting the necessary configuration variables in `config.toml`. -#### 2. Build and Run +#### 3. Build and Run ##### Bare Metal: |