From cb94987ee3a7b0e2c53405cbcdafb0961ef52d4e Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Wed, 27 Mar 2024 22:09:52 +0500 Subject: [PATCH] Use codeberg repository instead of Github mirror in instruction --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2753c4..6623a4f 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,17 @@ Speed up Freedium, and probably create open source Medium frontend in next life Requirements: - Docker +- git - Linux. Officially, we can't guarantee that Freedium will work on other OS. We need configure our Freedium instance. Copy `.env_template` to `.env` configuration file and set values, required for you. ``` -git clone https://github.com/Freedium-cfd/web ./web +git clone https://codeberg.org/Freedium-cfd/web/ ./web --depth 1 cd ./web cp .env_template .env # do some changes in .env, if you want sudo docker-compose -f docker-compose-dev.yml up ``` -And now you can access local instance of Freedium by opening browser and type `http://localhost:6752`. \ No newline at end of file +And now you can access local instance of Freedium by opening browser and type `http://localhost:6752`.