File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
515MFC 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
181181MFC can be built with support for various (compile-time) features:
You can’t perform that action at this time.
0 commit comments