]> git.seodisparate.com - AnotherAURHelper/commitdiff
Minor fix to setup_lxc.md
authorStephen Seo <seo.disparate@gmail.com>
Tue, 4 Mar 2025 10:26:25 +0000 (19:26 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 4 Mar 2025 10:26:25 +0000 (19:26 +0900)
docs/setup_lxc.md

index 5cfb7a8b73827d7f6b78f3420418eac7144103d1..c25566315eb92415d9a6eaa05042642790c1b59e 100644 (file)
@@ -60,10 +60,12 @@ Create the container like the following on your host system.
 
 Start the container.
 
+    :::bash
     > sudo lxc-start -n aur_helper -s lxc.apparmor.allow_nesting=1 -s lxc.apparmor.profile=generated
 
 Attach to a shell inside the container.
 
+    :::bash
     > sudo lxc-attach -n aur_helper
 
 ### Getting Required Packages