From 8c7f2225b00c68ee271a5fd4c9b9340fa0517043 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 30 Jun 2020 18:27:09 -0700 Subject: [PATCH] Update simpler readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e2b8d4d..89f4863 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SFDashC SFDashC is a go application for downloading and constructing Dash docsets from the Salesforce online documentation -Everything is wrapped with a Makefile and can be completely built by simply executing: +Everything is wrapped with a Makefile and can be completely built by executing: make @@ -11,13 +11,7 @@ That's it! It will generate 3 docsets: Salesforce Apex, Salesforce Visualforce, and Salesforce Lightning -Dependencies ------------- - -All dependencies are being managed by [dep](https://github.com/golang/dep). Dep must be installed for the vendor folder to be built. - To Do ----- - [ ] Now that new `ForceCascadeType` is available, some of the entries in `./SFDashC/supportedtypes.go` can be simplified - - [ ] Allow archiving of multiple versions and fetching pre-releases