Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
update some information
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Nov 14, 2023
1 parent 91f968d commit ff762a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For offline presentations and if you want to be very sure nothing changes, use `
## Usage with Docker

```
docker run --rm -p 1948:1948 -v $(pwd):/slides webpronl/reveal-md:latest --watch --theme https://technative-b-v.github.io/technative-revealjs-theme/2/technative.css /slides
docker run --rm -p 1948:1948 -v $(pwd):/slides webpronl/reveal-md:latest --watch --theme https://technative-b-v.github.io/technative-revealjs-theme/demo/_assets/theme/technative.css /slides
```

### Print
Expand All @@ -47,11 +47,11 @@ docker run --rm -t --net=host -v $(pwd):/slides astefanutti/decktape http://loca
1. Install reveal-md: `sudo npm install -g reveal-md`
2. Open the presentation:

```reveal-md demo.md --watch --theme https://technative.github.io/pitc-revealjs-theme/2/technative.css```
```reveal-md demo.md --watch --theme https://technative.github.io/technative-revealjs-theme/2/technative.css```

Optional: Add an alias in your `.bashrc`:
```
alias reveal-md='reveal-md --watch --theme https://technative.github.io/pitc-revealjs-theme/2/technative.css'
alias reveal-md='reveal-md --watch --theme https://technative.github.io/technative-revealjs-theme/2/technative.css'
```


Expand All @@ -66,11 +66,11 @@ The following versions are available:

The major version is automatically updated, when there are compatible new features. The minor version is only updated when there are new patches.

See the [Github Tags](https://github.com/technative/pitc-revealjs-theme/tags) for available releases.
See the [Github Tags](https://github.com/technative/technative-revealjs-theme/tags) for available releases.

You can then use the version within the URL:
```
https://technative.github.io/pitc-revealjs-theme/${VERSION}/technative.css"
https://technative.github.io/technative-revealjs-theme/${VERSION}/technative.css"
```

Use the version `1.0.2` for the old theme.
Expand All @@ -79,7 +79,7 @@ The releases use Semantic Versioning. More information: http://semver.org/


## Layouts
See https://technative.github.io/pitc-revealjs-theme/demo for a demo. Every slide has a vertical slide below, that describes its usage.
See https://technative.github.io/technative-revealjs-theme/demo for a demo. Every slide has a vertical slide below, that describes its usage.


## Options
Expand Down

0 comments on commit ff762a3

Please sign in to comment.