README.md in spina-2.11.0 vs README.md in spina-2.12.0
- old
+ new
@@ -16,12 +16,12 @@
gem 'spina'
```
Run the installer to start the setup process:
- rails g spina:install [--silent] [--first-deploy]
+ rails spina:install
-The installer will help you create your first user interactively, unless you choose the optional `--silent` flag : in this case, defaults will apply.
+The installer will help you create your first user interactively.
Then start `rails s` and access Spina at `/admin`.
## Browser support
Spina's admin UI requires Chrome/Edge 89+, or any other browser with basic ESM support (Safari/Firefox). This is due to a recent browser feature called `import maps` and will be used in Rails 7 as the default way to deploy javascript assets.