Skip to content

Commit

Permalink
fix: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jun 28, 2024
1 parent cd864bd commit ea4adc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ To verify if a specific configuration is valid, run:
flamapy-fm-cli --modelPath="./valid_model.uvl" valid_configuration ./valid_configuration.csvconf
```
## I want to use more feature models analysis operations
## I want to use more feature models analysis operations:
{% include flamapy.html %} runs on a framework based on `Core / Plugins` architecture. If you are interested in more feature model operations, you have several options:
### Option 1: using the feature models distribution.
### Option 1: using the feature models distribution
We have prepared the `flamapy` distribution which acts as an interface and is specific to feature models.
### Option 2: Without using the feature models distribution
### Option 2: without using the feature models distribution
You can choose not to use the distribution. In that case, **you have to install the core and the corresponding plugin in developer mode**.
To set up your environment in developer mode and work directly with the plugins, visit the section ['Setting the development environment']({{site.baseurl}}/developing/setting_development_environment/)
You can check the rest of [operations]({{site.baseurl}}/core_and_plugins/fm/) of the plugin for feature models.
## I want to use more operations other plugins.
## I want to use more operations other plugins:
Of course, {% include flamapy.html %} incorporates more plugins. In blabla you can check the rest of plugins.
Of course, {% include flamapy.html %} incorporates more plugins. In [Core and plugins]({{site.baseurl}}/core_and_plugins/) you can check the rest of plugins.

0 comments on commit ea4adc1

Please sign in to comment.