Skip to content

Commit d929c4b

Browse files
authored
Merge pull request #116 from anshgupta1234/started
2 parents b5fd492 + bc712af commit d929c4b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/documentation/getting-started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Getting Started
22

3+
## Fetching MFC
4+
5+
You can either download MFC's [latest release from GitHub](https://github.com/MFlowCode/MFC/releases/latest) or clone the repository:
6+
7+
```console
8+
$ git clone https://github.com/MFlowCode/MFC.git
9+
$ cd MFC
10+
$ git checkout <release tag>
11+
```
12+
313
## Build Environment
414

515
MFC can be built in multiple ways on various operating systems. Please select your desired configuration from the list bellow:
@@ -166,16 +176,6 @@ session exit.
166176

167177
</details>
168178

169-
## Fetching MFC
170-
171-
You can either download MFC's [latest release from GitHub](https://github.com/MFlowCode/MFC/releases/latest) or clone the repository:
172-
173-
```console
174-
$ git clone https://github.com/MFlowCode/MFC.git
175-
$ cd MFC
176-
$ git checkout <release tag>
177-
```
178-
179179
## Building MFC
180180

181181
MFC can be built with support for various (compile-time) features:

0 commit comments

Comments
 (0)