You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Updated the logo that's used in Readme from 📦 to devbox's logo.
The markdown source shows 2 logos one for light mode and one for dark
mode. Github handles which one to show based on user's settings.
## How was it tested?
Change light mode & dark mode in macos settings > General > Appearance
while having this branch open on your browser.
### Instant, easy, and predictable shells and containers
4
8
@@ -13,11 +17,11 @@ In practice, Devbox works similar to a package manager like `yarn` – except th
13
17
Devbox was originally developed by [jetpack.io](https://www.jetpack.io) and is internally powered by `nix`.
14
18
15
19
## Demo
20
+
16
21
The example below creates a development environment with `python 2.7` and `go 1.18`, even though those packages are not installed in the underlying machine:
@@ -79,6 +83,7 @@ In this quickstart we’ll create a development shell with specific tools instal
79
83
```bash
80
84
devbox add python310
81
85
```
86
+
82
87
4. Your `devbox.json` file keeps track of the packages you've added, it should now look like this:
83
88
84
89
```json
@@ -138,7 +143,9 @@ Devbox makes it easy to package your application into an OCI-compliant container
138
143
```bash
139
144
docker tag devbox my-image:v0.1
140
145
```
141
-
### Auto-detected languages/stacks:
146
+
147
+
### Auto-detected languages/stacks
148
+
142
149
Devbox currently detects the following languages/stacks:
143
150
144
151
- Go
@@ -160,11 +167,12 @@ See the [CLI Reference](https://www.jetpack.io/devbox/docs/cli_reference/) for t
160
167
161
168
## Join our Developer Community
162
169
163
-
+ Chat with us by joining the [Jetpack.io Discord Server](https://discord.gg/agbskCJXk2) – we have a #devbox channel dedicated to this project.
164
-
+ File bug reports and feature requests using [Github Issues](https://github.com/jetpack-io/devbox/issues)
165
-
+ Follow us on [Jetpack's Twitter](https://twitter.com/jetpack_io) for product updates
170
+
- Chat with us by joining the [Jetpack.io Discord Server](https://discord.gg/agbskCJXk2) – we have a #devbox channel dedicated to this project.
171
+
- File bug reports and feature requests using [Github Issues](https://github.com/jetpack-io/devbox/issues)
172
+
- Follow us on [Jetpack's Twitter](https://twitter.com/jetpack_io) for product updates
166
173
167
174
## Contributing
175
+
168
176
Devbox is an opensource project so contributions are always welcome. Please read [our contributing guide](CONTRIBUTING.md) before submitting pull requests.
169
177
170
178
## Related Work
@@ -173,7 +181,7 @@ Thanks to [Nix](https://nixos.org/) for providing isolated shells.
0 commit comments