<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Bun on BlueberryPy</title><link>https://blueberrypy.netlify.app/tags/bun/</link><description>Recent content in Bun on BlueberryPy</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 13 Jun 2026 16:20:00 +0800</lastBuildDate><atom:link href="https://blueberrypy.netlify.app/tags/bun/index.xml" rel="self" type="application/rss+xml"/><item><title>[one-liner] Install Bun</title><link>https://blueberrypy.netlify.app/post/one-liner-bun/</link><pubDate>Sat, 13 Jun 2026 16:20:00 +0800</pubDate><guid>https://blueberrypy.netlify.app/post/one-liner-bun/</guid><description>&lt;h2 id="one-liner-series-bun"&gt;One-Liner series: Bun
&lt;/h2&gt;&lt;p&gt;&lt;a class="link" href="https://bun.com/docs/installation" target="_blank" rel="noopener"
&gt;source: Bun docs&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="install-on-linux-and-macos"&gt;Install on Linux and macOS
&lt;/h3&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curl -fsSL https://bun.com/install | bash
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="install-on-windows-powershell"&gt;Install on Windows (PowerShell)
&lt;/h3&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-powershell" data-lang="powershell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;powershell -c &lt;span style="color:#e6db74"&gt;&amp;#34;irm bun.sh/install.ps1|iex&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="update"&gt;Update
&lt;/h3&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;bun upgrade
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item></channel></rss>