-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79445b1
commit 1b57da3
Showing
5 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
# Install | ||
|
||
## Bun & Node.js | ||
## Bun | ||
|
||
It is as simple as running the following command: | ||
|
||
```bash | ||
bun install -d bunfig | ||
|
||
# or, invoke immediately | ||
bunx bunfig | ||
``` | ||
|
||
## Binaries | ||
|
||
For now, you can download the `bunfig` binaries from the [releases page](https://github.com/stacksjs/bunfig/releases/tag/v0.4.0). Choose the binary that matches your platform and architecture: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dependencies: | ||
bun.sh: ^1.1.34 | ||
bun.sh: ^1.1.40 |