From 41799006e30fed892815644911f634b43e6365e6 Mon Sep 17 00:00:00 2001 From: Stefan Anevski Date: Mon, 23 Oct 2023 22:56:30 +0200 Subject: [PATCH] Refactor: Fix typo in the developing documentation page --- docs/developing.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/developing.md b/docs/developing.md index 9883a6b..3264177 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -12,7 +12,7 @@ This page of the docs outlines how to get **Websurfx** up and running in a devel - [NixOS Dev Shell using Nix Flake](#nixos-dev-shell-using-nix-flake-) - [Local Development with Docker Compose](#local-development-with-docker-compose-) - [Project Commands](#project-commands) - - [Environmental Variables](#environmental-variables) ++ - [Environment Variables](#environment-variables) - [Git Strategy](#git-strategy) - [Flow](#git-flow) - [Branches](#git-branch-naming) @@ -368,8 +368,6 @@ Once you have finished running the above command, Websurfx should now be served > **Note** > When you build the project first time with the above command it will require the app to compile every dependency in the project which will then be cached on your system. So when you compile the app next time it will only compile for the new changes. -- `cargo run`: Starts the app and serves the project on http://127.0.0.1:8080. - > **Important** > You must run the build command first.