From 9afdd6aaeac4958f4e9663526867aee52ce0700a Mon Sep 17 00:00:00 2001 From: Andrew Mbugua Date: Thu, 17 Jul 2025 20:26:22 +0300 Subject: [PATCH] Update quick_start_guide.md Changing from $make run to $bazel build after encountering this issue where "As part of the Make to Bazel switch-over of the AGW this Makefile will be deprecated soon" message. --- .../versioned_docs/version-1.8.0/basics/quick_start_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/versioned_docs/version-1.8.0/basics/quick_start_guide.md b/docusaurus/versioned_docs/version-1.8.0/basics/quick_start_guide.md index 7e3938d..ba2c558 100644 --- a/docusaurus/versioned_docs/version-1.8.0/basics/quick_start_guide.md +++ b/docusaurus/versioned_docs/version-1.8.0/basics/quick_start_guide.md @@ -77,7 +77,7 @@ We will kick off the initial build of the AGW from source here. ```bash HOST [magma/lte/gateway]$ vagrant ssh magma MAGMA-VM [/home/vagrant]$ cd magma/lte/gateway -MAGMA-VM [/home/vagrant/magma/lte/gateway]$ make run +MAGMA-VM [/home/vagrant/magma/lte/gateway]$ bazel build ``` **Note**: If you encounter unexpected errors during this process, try running