diff --git a/README.md b/README.md index 4d22c87..01f65cb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ the `aptero` or `ut` color theme. ``` \documentclass[aspectratio=169,t]{beamer} -\usetheme[author,date,title]{ut} +\usetheme[author,institute,date,title,page,hidelogo]{lines} +\usecolortheme{aptero} \title{Line-based themes for beamer} \author[Benda]{Jan Benda} @@ -84,5 +85,20 @@ and descriptions of the respective themes. Run ``` > make talks -`` +``` to compile them. + + +## Installation + +Copy the style files to appropriate places: + +User specific: +``` +./install.sh +``` + +System wide: +``` +sudo ./install.sh +```