How can I install Bootstrap Studio?

How can I install Bootstrap Studio on my Ubuntu system.

I can't find any tutorial.

2

2 Answers

On the github page of Bootstrap Studio, they have clearly given the steps to install it

Installation

The script is available on npm. To install it:

npm install -g bstudio

This will create a global bstudio command which you can call from the terminal.

1

If you purchase the Bootstrap Studio from the Bootstrap Studio's official site they will offer the .Appimage version for Linux. Unlike .deb packages .Appimage does not require installation.

All you have to do just Right-click on the Application -> Properties -> Under the Permissions tab check Allow executing file as program

enter image description here

p.s.

In case you don't see the download link from the homepase, here it is

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like