#
Bun
title: Install Bun CLI v0.1.4 (Beta) | webally.co.za label: Install Bun CLI v0.1.4 (Beta) | webally.co.za order: 100 authors:
- name: Charl Cronje email: charl@webally.co.za link: https://blog.webally.co.za avatar: https://assets.webally.co.za/avatars/darker.jpg date: 2022-03-07T16:58 description: Tools and Self Hosted for webally.co.za edit: repo: "https://github.com/charlpcronje/tools.docs.webally.co.za/edit/" base: /src branch: main label: Edit on GitHub editor: enabled: false favicon: favicon.png links:
- text: Projects Portfolio link: https://webally.co.za/projects
- text: Wiki, Tips and Docs link: https://docs.webally.co.zao.za
- text: Resume link: https://cv.webally.co.za
- text: LinkedIn link: https://www.linkedin.com/in/charlpcronje
- text: GitHub link: https://github.com/charlpcronje
- text: Upwork Profile link: https://www.upwork.com/freelancers/~01ccb1439024ec9c50 footer: copyright: "webAlly © Copyright . All rights reserved."---
Bun is fast and does more for less, so drop Node and Deno and lets install Bun
You can get this off of their website at: https://bun.sh, but no need to. Just run the following command:
curl https://bun.sh/install | bash
Then run the following command to test:
bun --v
That is it.