Use Chocolatey to install this package:
> cinst emacs
Ah, yes, the real reason I made this readme. I can never remember how to deploy this.
- CD to the directory where you've checked out the source.
- Type
cpack
.
To install from your checkout, just:
> # In the project root, after cpack'ing...
> cinst Emacs -source $pwd
To deploy, just go to the chocolatey website and upload the package.
> cpack
...
# get api key from https://chocolatey.org/account
# only need to this once
> nuget setApiKey deadbeef-dead-beef-dead-deaddeadbeef -Source http://chocolatey.org/
...
> cpush
Apparently I need a unique version number to use the cpush
command
mentioned above, so from now on, the emacs chocolatey package will
be versioned with first 3 segments from the emacs version, final
segment as the date of the release, as described here.