diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md
index 44d2ef4ce14470bdb78cce36825f27c952ceb420..7dacca7f50f824c739f4e7a3462219f4e1fa4ecd 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md
@@ -23,7 +23,7 @@ cores are available per node.
 ### Modules
 
 The easiest way is using the [module system](../software/modules.md).
-The software for the partition `alpha` is available in module environment `modenv/hiera`.
+The software for the cluster `alpha` is available in module environment `modenv/hiera`.
 
 To check the available modules for `modenv/hiera`, use the command
 
@@ -73,7 +73,7 @@ additional python packages and create an isolated
 runtime environment. We recommend using `virtualenv` for this purpose.
 
 ```console
-marie@login$ srun --partition=alpha-interactive --nodes=1 --cpus-per-task=1 --gres=gpu:1 --time=01:00:00 --pty bash
+marie@login.alpha$ srun --nodes=1 --cpus-per-task=1 --gres=gpu:1 --time=01:00:00 --pty bash -l
 marie@alpha$ mkdir python-environments                               # please use workspaces
 marie@alpha$ module load modenv/hiera GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch
 Module GCC/10.2.0, CUDA/11.1.1, OpenMPI/4.0.5, PyTorch/1.9.0 and 54 dependencies loaded.