From 7d8afab4a58e16c83481b537ed6c9a03dd223f5e Mon Sep 17 00:00:00 2001 From: zachroberts8668 Date: Sat, 14 Sep 2019 09:42:50 -0400 Subject: [PATCH] Updated README file --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d55092f80..84a9c18d3 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,6 @@ Using Microsoft Graph this webpart grabs the Office 365 groups and links to the * [SharePoint Framework](https:/dev.office.com/sharepoint) -## Prerequisites - -> Any special pre-requisites? - ## Solution Solution|Author(s) @@ -42,9 +38,12 @@ Version|Date|Comments * Clone this repository * in the command line run: * `npm install` - * `gulp serve --nobrowser` + * `gulp bundle --ship` + * `gulp package-solution --ship` +* Add the package to your app catalog +* Approve the Graph API permissions in the SharePoint admin center +* Add the webpart to your page -Browse to SharePoint Online workbench (https://tenant.sharepoint.com/_layouts/15/workbench.aspx) ## Features