From 77107fb5a4a8b523a98f2c52ecfde6e5f05a90da Mon Sep 17 00:00:00 2001 From: Shaun Orssaud <72015533+Shorssaud@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:03:54 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ceeb7d4..bd54399 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ A frontend for codex made with Flutter. - Dockerize frontend - Show status of locally running codex node - Upload to codex nodes +- Download from codex nodes +- Now supports marketplace endpoints! ## Planned Features -- Add support for marketplace endpoints - Show status of connection to codex peers ## How To Run It @@ -25,8 +26,6 @@ A frontend for codex made with Flutter. ```console git clone https://github.com/Kayvon-Martinez/codex-frontend cd codex-frontend -docker build -f Dockerfile.api -t codex-frontend-api . -docker build -f Dockerfile.client -t codex-frontend-client . docker compose up ```