[hamradio-commits] [gnss-sdr] 201/251: improving documentation

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 0fbe24d39d4b8e48bae3768fbd956cee75680e1c
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Jul 17 00:37:27 2015 +0200

    improving documentation
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index e68cef8..5d6c399 100644
--- a/README.md
+++ b/README.md
@@ -183,19 +183,19 @@ Cloning the GNSS-SDR repository as in the line above will create a folder named
  |---install    <- Executables will be placed here. 
  |---src        <- Source code folder.
  |-----algorithms  <- Signal processing blocks.
- |-----core     <- Receiver engine, system parameters.
- |-----main     <- Main function of the C++ program
- |-----tests    <- QA code
- |-----utils    <- some utilities (e.g. Matlab scripts)
+ |-----core     <- Control plane, interfaces, systems' parameters.
+ |-----main     <- Main function of the C++ program.
+ |-----tests    <- QA code.
+ |-----utils    <- some utilities (e.g. Matlab scripts).
 ~~~~~~ 
 
-By default, you will be in the 'master' branch of the Git repository, which corresponds to the lastest stable release. If you want to test the latest developments, get rid of some bugs and try new features, you can use the 'next' branch by doing:
+By default, you will be in the 'master' branch of the Git repository, which corresponds to the lastest stable release. If you want to try the latest developments, you can use the 'next' branch by doing:
 
 ~~~~~~ 
 $ git checkout next
 ~~~~~~ 
 
-More information about GNSS-SDR-specific Git usage and pointers to further readings can be found at [How to contribute to the source code](http://gnss-sdr.org/documentation/how-contribute-source-code "How to contribute to the source code").
+More information about GNSS-SDR-specific Git usage and pointers to further readings can be found at out guide about [how to contribute to the source code](http://gnss-sdr.org/documentation/how-contribute-source-code "How to contribute to the source code").
 
 
 ### Build and install GNSS-SDR

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list