-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: install dtm with asdf in quickstart #960
docs: install dtm with asdf in quickstart #960
Conversation
Signed-off-by: Zhenyuan Lau <zhenyuanlau@outlook.com>
Hi @zhenyuanlau , thanks for your contribution! Please join CNCF's Slack, and join our channel in CNCF Slack!
|
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.
Thank you very much for your contribution, I have seen asdf-vm/asdf-plugins#635 and https://github.com/zhenyuanlau/asdf-dtm.
Being able to customize a new installation for devstream means getting familiar with it! 🚀
Thank you very much for your contribution! I noticed that even the Perhaps we have the following issues to discuss/notice.
|
The goal of the quick start doc is to enable first-time users to get started as quickly as possible with as few dependencies as possible. That's why we tried to put everything into a shell script. While asdf is a great tool, it doesn't fit in the quick start doc. Maybe we can create another documentation specifically for installing dtm using asdf? |
After my tests on Unbuntu 20.04, there is no problem with this installation process itself, thanks again! root@VM-16-17-ubuntu:/home/lhp# asdf install dtm latest
No such plugin: dtm
root@VM-16-17-ubuntu:/home/lhp# asdf plugin add dtm https://github.com/zhenyuanlau/asdf-dtm.git
root@VM-16-17-ubuntu:/home/lhp# asdf list-all dtm
0.0.1-rc1
0.0.1
0.0.2
0.1.0
0.2.0
0.3.0
0.3.1
0.3.2
0.4.0
0.5.0
0.6.0
0.6.1
0.7.0
root@VM-16-17-ubuntu:/home/lhp# asdf install dtm latest
Got OS type: linux and CPU arch: amd64
* Downloading dtm release 0.7.0...
dtm 0.7.0 installation was successful!
root@VM-16-17-ubuntu:/home/lhp# asdf global dtm latest
root@VM-16-17-ubuntu:/home/lhp# dtm version
0.7.0 |
Signed-off-by: Zhenyuan Lau <zhenyuanlau@outlook.com>
Signed-off-by: Zhenyuan Lau <zhenyuanlau@outlook.com>
The CI "links when pr" failed because the link So we could just ignore this CI error. @zhenyuanlau |
Signed-off-by: Zhenyuan Lau <zhenyuanlau@outlook.com>
Signed-off-by: Zhenyuan Lau zhenyuanlau@outlook.com
Pre-Checklist
Note: please complete ALL items in the following checklist.
Description
Add install
dtm
withasdf
section inquickstart.md
file.Related Issues
New Behavior (screenshots if needed)