website: uncomment the SEWorkload.init_compatible line

Change-Id: Iea3cf33fc32547da436e12746d120d0ab47863e8
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-website/+/55103
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: Jason Lowe-Power <power.jg@gmail.com>
diff --git a/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md b/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md
index 53fa0c7..902aa0a 100644
--- a/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md
+++ b/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md
@@ -268,8 +268,8 @@
 ```
 binary = 'tests/test-progs/hello/bin/x86/linux/hello'
 
-# for gem5 V21 and beyond, uncomment the following line
-# system.workload = SEWorkload.init_compatible(binary)
+# for gem5 V21 and beyond
+system.workload = SEWorkload.init_compatible(binary)
 
 process = Process()
 process.cmd = [binary]