From 6a8d5158c61154cf35c93dc30cac68beff85bf72 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Fri, 13 Oct 2023 23:19:29 +0300 Subject: [PATCH] docs: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14ae588..b739670 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ # Development -- Get `yarn` and `nodejs`. -- Run `yarn dev` for development server. -- Run `yarn build` for production build. +- Get `bun` and `nodejs`. +- Run `bun run preview` for development server. +- Run `bun run build` for production build. You can also use the provided Nix development shell if you are using Nix flakes. -A production build is also available at `packages.x86_64-linux.musikspider`. +A production build is also available at `packages.x86_64-linux.default`. # TODOs