]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
README.md: remove extra 'the' and format para related to ninja 40408/head
authorVarsha Rao <varao@redhat.com>
Thu, 25 Mar 2021 12:06:57 +0000 (17:36 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 26 Mar 2021 06:50:00 +0000 (12:20 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
README.md

index 86aab21c169896ce5ce4c02592a667c2702613f8..c81d5d07ea90254b221d1500d9793133c4d480d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,15 +57,15 @@ Build instructions:
        cd build
        ninja
 
-(Note: do_cmake.sh now defaults to creating a debug build of ceph that can
+(do_cmake.sh now defaults to creating a debug build of ceph that can
 be up to 5x slower with some workloads. Please pass 
 "-DCMAKE_BUILD_TYPE=RelWithDebInfo" to do_cmake.sh to create a non-debug
-release.)
+release.
 
-(Note: the number of jobs used by `ninja` is derived from the the number of
-CPU cores of the building host if unspecified. Use the `-j` option to limit
-the job number if the build jobs are running out of memory. On average, each
-job takes around 2.5GiB memory.
+The number of jobs used by `ninja` is derived from the number of CPU cores of
+the building host if unspecified. Use the `-j` option to limit the job number
+if the build jobs are running out of memory. On average, each job takes around
+2.5GiB memory.)
 
 This assumes you make your build dir a subdirectory of the ceph.git
 checkout. If you put it elsewhere, just point `CEPH_GIT_DIR` to the correct