# Installing the Titanium VuePress Theme

To use the Titanium VuePress theme simply add it to your project with

yarn add -D vuepress-theme-titanium
# OR npm i -D vuepress-theme-titanium

and then update your .vuepress/config.js to activate the theme.

module.exports = {
  theme: 'titanium'
}