Select the types of activity you want to include in your feed.
refactor: Update flatpak build
* Update flatpak build instructions to use build * Add run command to readme * Update default config to keep web port backwards compatible * Fix flatpak application name in run command in installation docs
···5353The config directory for multi-scrobbler as a flatpak can be found under `/home/YourUser/.var/app/io.github.foxxmd.multiscrobbler/config`
54545555```shell
5656-flatpak run io.github.multiscrobbler
5656+flatpak run io.github.foxxmd.multiscrobbler
5757```
58585959#### Using [env-based](../configuration/configuration.md#env-based-configuration) configuration
+9-2
flatpak/README.md
···24242525Then, from MS project root:
26262727-```
2727+```shell
2828flatpak-node-generator npm package-lock.json
2929```
3030···34343535From MS project root:
36363737-```console
3737+```shell
3838cd flatpak
3939flatpak-builder --repo=/home/yourUser/multi-scrobbler-repo /home/yourUser/multi-scrobbler-build io.github.foxxmd.multiscrobbler.yml --force-clean
4040```
4141Add `--install --user` to have the app installed immediately.
4242+# 5. Run (Locally)
4343+4444+If built with `--install --user` you can now run MS using the command
4545+4646+```shell
4747+flatpak run -u io.github.foxxmd.multiscrobbler
4848+```