# No option prompts for composer sage install - on windows

**URL:** https://discourse.roots.io/t/no-option-prompts-for-composer-sage-install-on-windows/11339
**Category:** sage
**Created:** 2018-01-17T15:41:47Z
**Posts:** 8
**Showing post:** 3 of 8

## Post 3 by @mmirus — 2018-01-17T17:17:31Z

I ran into this as well. To work around it, run these commands from within your theme directory:

```
./vendor/bin/sage meta
./vendor/bin/sage config
./vendor/bin/sage preset
```

`meta` allows you to specify the metadata for your theme (the name, etc., that goes in style.css).

`config` allows you to specify your theme’s dev URL and theme directory.

`preset` allows you to set up the theme with one of the supported frameworks (Bootstrap, etc.) and Font Awesome.

---

_[View the full topic](https://discourse.roots.io/t/no-option-prompts-for-composer-sage-install-on-windows/11339)._
