Skip to content

Commit

Permalink
docs: Add new demo gif to README (starship#231)
Browse files Browse the repository at this point in the history
Since the prompt has been updated to have a new default character symbol, it's time we update the demo gif to reflect those changes.
  • Loading branch information
matchai authored Aug 23, 2019
1 parent b70f6f1 commit e31b339
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@

<h1></h1>

<p align="center">
Starship is the minimal, blazing fast, and extremely customizable prompt for any shell!<br>
The prompt shows information you need while you're working, while staying sleek and out of the way.
<p>

<p align="center">
<img alt="Starship with Hyper and One Dark" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif">
<br>
<img alt="Starship with iTerm2 and the Snazzy theme" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" width="80%">
<br>
<br>
</p>

## 🍬 Features
Expand Down
Binary file added docs/.vuepress/public/demo.mp4
Binary file not shown.
Binary file added docs/.vuepress/public/demo.webm
Binary file not shown.
9 changes: 8 additions & 1 deletion docs/.vuepress/styles/palette.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ $codeBgColor = #282c34
min-width: 300px
width: 100%

.center
margin 0 auto;
width: 80%
.demo-video
width: 100%
margin: 50px 0

#main-title
display: none

.hero
margin: 150px 25px
margin: 150px 25px 70px
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
</div>
</div>

<div class="center">
<video class="demo-video" autoplay muted loop>
<source src="/demo.webm" type="video/webm">
<source src="/demo.mp4" type="video/mp4">
</video>
</div>

### Quick Install

1. Install the **starship** binary:
Expand Down
Binary file modified media/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e31b339

Please sign in to comment.