From ed414a4ede40f4d759d9155fad829e689d8948af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 30 Sep 2015 12:28:59 +0200 Subject: [PATCH] Switched Readme to md syntax --- README | 26 -------------------------- README.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 866a51cc..00000000 --- a/README +++ /dev/null @@ -1,26 +0,0 @@ -OpenMesh, 4.2 -~~~~~~~~~~~~~~~ - - -0. Getting OpenMesh -~~~~~~~~~~~~~~~~~~~ -All Documentation, binaries and original source code are available at www.openmesh.org - -The main git repository is available at: -http://www.openmesh.org:9000/OpenMesh/OpenMesh - - -1. Installing -~~~~~~~~~~~~~~ -Unpack the tar-ball to a suitable place. - -A detailed build manual for Mac/Windows/Linux is in the Documentation -located at Doc/html/index.html - -2. Documentation -~~~~~~~~~~~~~~~~~ - -The latest Documentation can be found at: -http://www.openmesh.org/media/Documentations/OpenMesh-Doc-Latest - -Documentation for previous versions is available on our website as well. diff --git a/README.md b/README.md new file mode 100644 index 00000000..6930d1cd --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# OpenMesh, 4.2 + + +## Getting OpenMesh +All Documentation, binaries and original source code are available at www.openmesh.org + +The main git repository is available at: +http://www.openmesh.org:9000/OpenMesh/OpenMesh + + +## Installing +Unpack the tar-ball to a suitable place. + + +A detailed build manual for Mac/Windows/Linux is in the Documentation +located at Doc/html/index.html + +## Documentation + +The latest Documentation can be found at: +http://www.openmesh.org/media/Documentations/OpenMesh-Doc-Latest + +Documentation for previous versions is available on our website as well.