DEV Community

AspXone
AspXone

Posted on

You can now install VectorXone using your Terminal!

Yes, this is indeed true! Here is how you can do that on the following Shell systems-

Bash or ZSH

wget install https://raw.githubusercontent.com/CanvasDeno/VectorXone/refs/heads/main/editor.html
Enter fullscreen mode Exit fullscreen mode

Windows Powershell or Powershell Core

irm "https://raw.githubusercontent.com/CanvasDeno/VectorXone/refs/heads/main/install.ps1" | iex
Enter fullscreen mode Exit fullscreen mode

Top comments (0)