Skip to content

Commit

Permalink
Neue mdbook-Version
Browse files Browse the repository at this point in the history
  • Loading branch information
damoasda committed Nov 4, 2023
1 parent a3bc106 commit 3863774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
toolchain: stable

- name: Install mdbook
run: cargo install mdbook --vers "^0.4.31" --no-default-features
run: cargo install mdbook --vers "^0.4.35" --no-default-features

- name: Build Book
run: mdbook build
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ Die deutsche Übersetzung gibt es auch als **Taschenbuch** und als **E-Book**:

Schritte zum Bauen und Anschauen des Buchs:

1. mdBook installieren: `cargo install mdbook --vers "^0.4.31"`
1. mdBook installieren: `cargo install mdbook --vers "^0.4.35"`
2. Live-Vorschau-Server starten: `mdbook serve`
3. http://localhost:3000/ im Browser öffnen

Änderungen am Buch werden dabei sofort übernommen und im Browser nachgeladen.

Wenn man das Buch lediglich bauen möchte reicht:

```bash
mdbook build
```

## Mithelfen

Vorschläge und Korrekturen oder gar Übersetzungen sind jederzeit gerne
Expand Down

0 comments on commit 3863774

Please sign in to comment.