[ARVADOS-WORKBENCH2] updated: 8f5943cbb10f0723363981b9b10143ea50f605d2

Git user git at public.curoverse.com
Tue May 29 10:13:53 EDT 2018


Summary of changes:
 README.md | 29 +++++++++++++++++++++--------
 1 file changed, 21 insertions(+), 8 deletions(-)

       via  8f5943cbb10f0723363981b9b10143ea50f605d2 (commit)
      from  cbe3767087f3bb4daa35d991b63a435da9324298 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8f5943cbb10f0723363981b9b10143ea50f605d2
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue May 29 09:58:05 2018 -0400

    Fix formatting in README.md and add license information.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/README.md b/README.md
index 4cfe384..eaed189 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,32 @@
+[comment]: # (Copyright © The Arvados Authors. All rights reserved.)
+[comment]: # ()
+[comment]: # (SPDX-License-Identifier: CC-BY-SA-3.0)
+
 ## Arvados Workbench 2
 
-##### Setup
+### Setup
 <pre>
 brew install yarn
 yarn install
 </pre>
 Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
 
-##### Start project
+### Start project
 <code>yarn start</code>
 
-##### Run tests
-<code>yarn install</code>
-<code>yarn test</code>
+### Run tests
+<pre>
+yarn install
+yarn test
+</pre>
+
+### Production build
+<pre>
+yarn install
+yarn build
+</pre>
+
+### Licensing
 
-##### Production build
-<code>yarn install</code>
-<code>yarn build</code>
+Arvados is Free Software. See COPYING for information about Arvados Free
+Software licenses.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list