Translations:Including a command within the wiki/4/en

From Alliance Doc
Jump to navigation Jump to search

Modifying the command prompt

If you want to modify the command prompt, you may do it by including a prompt argument to the template. For example,

{{Command|prompt=[name@briaree ~]|cd src; make && make install; cd ..}}

results in

Question.png
[name@briaree ~] cd src; make && make install; cd ..