Ver código fonte

controller build readme update

Grant Limberg 1 mês atrás
pai
commit
50daf9537b
1 arquivos alterados com 2 adições e 3 exclusões
  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