Update simpler readme

This commit is contained in:
ViViDboarder 2020-06-30 18:27:09 -07:00
parent cd6afe7256
commit 8c7f2225b0
1 changed files with 1 additions and 7 deletions

View File

@ -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