Browse Source

controller build readme update

Grant Limberg 1 month ago
parent
commit
50daf9537b
1 changed files with 2 additions and 3 deletions
  1. 2 3
      nonfree/controller/README_CENTRAL_CONTROLLER.md

+ 2 - 3
nonfree/controller/README_CENTRAL_CONTROLLER.md

@@ -25,7 +25,7 @@ conda config --set channel_priority strict
 Install external dependencies:
 
 ```bash
-conda env create -f environment.yaml
+conda env create -f conda_env_build.yaml
 conda env activate central_controller
 ```
 
@@ -39,8 +39,7 @@ cmake --build build/ --target all -j8 --verbose
 
 ## Packaging via Docker
 
-TODO: write me
-
+Handled by GitHub Actions
 
 ## Configuration