From: Ward Vandewege Date: Tue, 29 May 2018 13:58:05 +0000 (-0400) Subject: Fix formatting in README.md and add license information. X-Git-Tag: 1.0.0~3 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/8f5943cbb10f0723363981b9b10143ea50f605d2 Fix formatting in README.md and add license information. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/README.md b/README.md index 4cfe3845..eaed1894 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
 brew install yarn
 yarn install
 
Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) -##### Start project +### Start project yarn start -##### Run tests -yarn install -yarn test +### Run tests +
+yarn install
+yarn test
+
+ +### Production build +
+yarn install
+yarn build
+
+ +### Licensing -##### Production build -yarn install -yarn build +Arvados is Free Software. See COPYING for information about Arvados Free +Software licenses.