From 01c7f2ddce90f861837c92f73c968538bb361448 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sat, 8 Feb 2014 22:36:33 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d1c4950d..98f157c2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Thor is a minimalistic operating system created for learning reasons. It is currently a 64bit OS written in assembly and C++. +## Build ## + +Build procedure is described on the Wiki: https://github.com/wichtounet/thor-os/wiki/Build + ## License ## This project is distributed under the Boost Software License 1.0. Read `LICENSE_1_0.txt` for details. From 74eed676f2d2b28c6f09d627fbcef742461f6d77 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sat, 8 Feb 2014 22:36:43 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f157c2..837bd102 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ Build procedure is described on the Wiki: https://github.com/wichtounet/thor-os/ ## License ## -This project is distributed under the Boost Software License 1.0. Read `LICENSE_1_0.txt` for details. +This project is distributed under the Boost Software License 1.0. Read `LICENSE` for details.