diff --git a/README.md b/README.md
index c87d65dc12d073a36ffa6ed44fc1ac110a61db4b..9ea3df892cc160c92c380a8113698f5bbc9db4cf 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,11 @@ TRex can track 256 individuals in real-time, or up to 128 with all fancy feature
 Create a new virtual conda environment on macOS/Windows, using:
 
 ```
-conda create -n tracking -c trexing trex                   # macOS, Windows
+conda create -n tracking -c trexing trex                           # macOS, Windows
 ```
 or, add the `conda-forge` channel for Linux:
 ```
-conda create -n tracking -c conda-forge -c trexing trex    # Linux
+conda create -n tracking -c main -c conda-forge -c trexing trex    # Linux
 ```
 
 If you want compatibility with the Basler API (or other things with licensing/portability issues), please