doc: Add README file, sorely missing from source code distribution
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 4 Jan 2011 22:00:27 +0000 (22:00 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 4 Jan 2011 22:00:27 +0000 (22:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4664 38d2e660-2303-0410-9eaa-f027e97ec537

README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..68b5489
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+This is the source code of BeRTOS operating system.
+
+You can generate the documentation using doxygen with the file Doxyfile-offline:
+$ doxygen Doxyfile-offline
+
+You can read the latest documentation online at the following address:
+http://dev.bertos.org/doxygen
+
+Tutorials can be found here:
+http://www.bertos.org/use/tutorial-front-page
+
+The support forum is located at forum.bertos.org.
+
+Have fun with BeRTOS!