From 80c08acf45f7fb8a6ec0f8ae580754e09ed92f6a Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Fri, 21 Mar 2014 18:30:16 -0400 Subject: adding markdown example --- en-US/examples/markdown.example | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 en-US/examples/markdown.example (limited to 'en-US') diff --git a/en-US/examples/markdown.example b/en-US/examples/markdown.example new file mode 100644 index 0000000..d7cfdaa --- /dev/null +++ b/en-US/examples/markdown.example @@ -0,0 +1,49 @@ + + + +Name Of Article +================== + +Replace this text with an introduction to your tutorial. + +Required Ingredients +-------------------------- + + +* Required package group + +* Required services +* Required tools and services + +Directions +--------------- + +### Creating a NAME_OF_ARTICLE + +1. Install required packages: + +> yum install PACKAGE_LIST + +2. Activate required services: + +> systemctl start SERVICE_NAME +> systemctl enable SERVICE_NAME + +3. Edit some configuration file + +You might want to explain further about that change, in another package. + +4. You're getting the idea about the steps by now. Continue describing the process. + +References: + +* [Upstream documentation](http://example.com) "Upstream Documentation" +* [Your Blog](http://example.com/myblog/posts/todays_date) "Your blog" + -- cgit