Commit graph

8 commits

Author SHA1 Message Date
jonsequitur
628743a235 fix command names 2017-05-22 07:46:54 -07:00
William Lee
60056dc706 Merge pull request #6235 from dotnet/fix-openssl-install
Correct OpenSSL install guide
2017-04-05 11:47:57 -07:00
William Li
bf5dbd2013 Correct OpenSSL install guide
The previous command will not work anymore

Get error:
Warning: Refusing to link: openssl
Linking keg-only OpenSSL means you may end up linking against the insecure,
deprecated system version while using the headers from the Homebrew version.
Instead, pass the full include/library paths to your compiler

Get a better instruction from https://www.microsoft.com/net/core#macos
2017-04-03 18:05:25 -07:00
Ravi Mandal
1af5dc236f minor changes in numbering in Adding a command section 2017-04-03 23:18:12 +05:45
Livar
55f3a238ee Update developer-guide.md 2017-03-27 14:58:02 -07:00
Livar
8bb50f5638 Removing CMake from the CLI build requirements.
We needed that when we used to build the shared framework in the CLI. We don't need it anymore. Plus, we need a small change to kick off a build.
2017-03-27 14:57:32 -07:00
Omair Majid
98a55251e7 Fix markdown headings to work with github's new rendering
Recent changes to github now require a space after '#' for headings in
markdown documents to work correctly. See:
https://github.github.com/gfm/#atx-headings
2017-03-20 16:28:07 -04:00
Zlatko Knezevic
09b6be5990 Cleaning up the documentation folder (#5928)
* Cleaning up the documentation folder

This change cleans up the documentation folder in the CLI repo. The
changes are the following:

* Delete old content that is invalid moving forward.
* Move cli-installation-scenarios to the `specs` sub-folder.
* Add a sub-folder for documentation that deals with working with the repo
* Add a general sub-folder
* Finally, change the README.md to reflect this.

Also, this change adds a document that covers CLI UX guidelines for
authors of new commands.

* Firt round of PR feedback changes
2017-03-09 17:09:59 -08:00