-
Notifications
You must be signed in to change notification settings - Fork 36
Update README.md #222
Update README.md #222
Conversation
Add installation steps from binaries
Codecov Report
@@ Coverage Diff @@
## master #222 +/- ##
============================================
+ Coverage 72.41% 72.43% +0.01%
- Complexity 1290 1291 +1
============================================
Files 139 139
Lines 6073 6073
Branches 469 469
============================================
+ Hits 4398 4399 +1
Misses 1464 1464
+ Partials 211 210 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Use version flag to check version
cli/README.md
Outdated
sudo mv ./esad /usr/local/bin/esad | ||
|
||
``` | ||
4. Test to ensure the version you installed is up-to-date: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we show the version is update to date or not with command esad --version
? Or we just show version info, user need to figure out by themselves?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the step now. Can you review it again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks
``` | ||
3. Move the binary in to your PATH. | ||
``` | ||
sudo mv ./esad /usr/local/bin/esad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires user have enough permission to move esad to local bin folder. How about add another option for user who has no sudo permission? Will be a blocker for some user if AD CLI must need sudo permission.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
Add instruction for non-sudo users.
Add installation steps from binaries
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.