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

From Alliance Doc
Jump to navigation Jump to search

To include a command within the wiki, you should use the {{Command}} template. This template detects the bash syntax. For example, the code

{{Command|cd src; make && make install; cd ..}}

results in:

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