[Fix] Replace "bundles" with "apps" in the content of README.md to align with current source code structure. (#5885)
This commit is contained in:
parent
84893e6c80
commit
fe6ff588e6
|
|
@ -153,12 +153,12 @@ git clone https://github.com/YOUR_USERNAME/elsa-core.git
|
||||||
```
|
```
|
||||||
Replace `YOUR_USERNAME` with your GitHub username. For more information on forking a repo, check out the GitHub documentation [here](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo).
|
Replace `YOUR_USERNAME` with your GitHub username. For more information on forking a repo, check out the GitHub documentation [here](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo).
|
||||||
|
|
||||||
Incorporating the details about the "bundles" folder and its projects into the second point about opening the `Elsa.sln` using your favorite IDE, we can expand the instructions to guide developers on where to start and what projects they might want to explore first. Here's an updated version of that section with the additional information:
|
Incorporating the details about the "apps" folder and its projects into the second point about opening the `Elsa.sln` using your favorite IDE, we can expand the instructions to guide developers on where to start and what projects they might want to explore first. Here's an updated version of that section with the additional information:
|
||||||
|
|
||||||
### 2. Open `Elsa.sln` Using Your Favorite IDE
|
### 2. Open `Elsa.sln` Using Your Favorite IDE
|
||||||
After cloning the repository, navigate to the cloned directory and open the `Elsa.sln` solution file with your preferred IDE that supports .NET development, such as Visual Studio, JetBrains Rider, or Visual Studio Code with the appropriate extensions.
|
After cloning the repository, navigate to the cloned directory and open the `Elsa.sln` solution file with your preferred IDE that supports .NET development, such as Visual Studio, JetBrains Rider, or Visual Studio Code with the appropriate extensions.
|
||||||
|
|
||||||
Within the solution, you will find a "bundles" folder containing three projects designed to help you get started and explore the capabilities of Elsa Workflow:
|
Within the solution, you will find an "apps" folder containing three projects designed to help you get started and explore the capabilities of Elsa Workflow:
|
||||||
|
|
||||||
- **Elsa.Server.Web**: This project is a reference ASP.NET Core application that acts as a workflow server. It's a great starting point if you want to understand how Elsa functions as a server-side workflow engine.
|
- **Elsa.Server.Web**: This project is a reference ASP.NET Core application that acts as a workflow server. It's a great starting point if you want to understand how Elsa functions as a server-side workflow engine.
|
||||||
|
|
||||||
|
|
@ -176,4 +176,4 @@ This approach helps us streamline contributions and ensures that your efforts ar
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Remember to replace any placeholder URLs or instructions with the specific details relevant to the Elsa Workflow project as necessary.
|
Remember to replace any placeholder URLs or instructions with the specific details relevant to the Elsa Workflow project as necessary.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue