Skip to content

Commit a01f243

Browse files
committed
[AESH-274] Update README to Markdown to Asciidoc.
1 parent 8f7367d commit a01f243

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

README.asciidoc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
== Æsh Extensions
2+
3+
image:https://travis-ci.org/aeshell/aesh-extensions.svg?branch=master["Build Status", link="https://travis-ci.org/aeshell/aesh-extensions"]
4+
5+
How to build:
6+
-------------
7+
- Æsh Extensions uses Gradle (http://gradle.org) as its build tool.
8+
* When you start a Gradle build via the wrapper [gradlew], Gradle will be automatically downloaded and used to run the build
9+
*** Windows: gradlew.bat
10+
*** Linux: gradlew
11+
12+
Æsh Developer List:
13+
------------------
14+
https://groups.google.com/forum/#!forum/aesh-dev

README.md

-15
This file was deleted.

src/main/java/ExampleExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void main(String[] args) throws IOException {
4242
PrintWriter out = new PrintWriter(System.out);
4343

4444
final Man man = new Man(exampleConsole);
45-
//man.addPage(new File("/tmp/README.md"), "test");
45+
//man.addPage(new File("/tmp/README.asciidoc"), "test");
4646

4747
final Harlem harlem = new Harlem(exampleConsole);
4848

0 commit comments

Comments
 (0)