Skip to content

Commit adda549

Browse files
authored
Readme logo update (#243)
## 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.
1 parent 307f61e commit adda549

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Devbox 📦
1+
2+
![logo](docs/app/static/img/devbox_logo_dark.svg#gh-dark-mode-only)
3+
![logo](docs/app/static/img/devbox_logo_light.svg#gh-light-mode-only)
4+
5+
# Devbox
26

37
### Instant, easy, and predictable shells and containers
48

@@ -13,11 +17,11 @@ In practice, Devbox works similar to a package manager like `yarn` – except th
1317
Devbox was originally developed by [jetpack.io](https://www.jetpack.io) and is internally powered by `nix`.
1418

1519
## Demo
20+
1621
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:
1722

1823
![screen cast](https://user-images.githubusercontent.com/279789/186491771-6b910175-18ec-4c65-92b0-ed1a91bb15ed.svg)
1924

20-
2125
## Benefits
2226

2327
### A consistent shell for everyone on the team
@@ -79,6 +83,7 @@ In this quickstart we’ll create a development shell with specific tools instal
7983
```bash
8084
devbox add python310
8185
```
86+
8287
4. Your `devbox.json` file keeps track of the packages you've added, it should now look like this:
8388

8489
```json
@@ -138,7 +143,9 @@ Devbox makes it easy to package your application into an OCI-compliant container
138143
```bash
139144
docker tag devbox my-image:v0.1
140145
```
141-
### Auto-detected languages/stacks:
146+
147+
### Auto-detected languages/stacks
148+
142149
Devbox currently detects the following languages/stacks:
143150

144151
- Go
@@ -160,11 +167,12 @@ See the [CLI Reference](https://www.jetpack.io/devbox/docs/cli_reference/) for t
160167

161168
## Join our Developer Community
162169

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
166173

167174
## Contributing
175+
168176
Devbox is an opensource project so contributions are always welcome. Please read [our contributing guide](CONTRIBUTING.md) before submitting pull requests.
169177

170178
## Related Work
@@ -173,7 +181,7 @@ Thanks to [Nix](https://nixos.org/) for providing isolated shells.
173181

174182
## Translation
175183

176-
+ [Chinese](./translation/README-zh-CN.md)
184+
- [Chinese](./translation/README-zh-CN.md)
177185

178186
## License
179187

0 commit comments

Comments
 (0)