Fix typo
Update Wiki
This commit is contained in:
parent
43824d19a2
commit
2b1fe20a4a
2 changed files with 5 additions and 3 deletions
|
@ -32,10 +32,12 @@ $ cd lightgallery-markdown
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Start mkdocs server
|
4. Download and serve wiki
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd wiki
|
$ git clone https://github.com/helios-4/wiki.git
|
||||||
|
|
||||||
|
$ cd wiki
|
||||||
|
|
||||||
$ mkdocs serve
|
$ mkdocs serve
|
||||||
```
|
```
|
||||||
|
|
|
@ -14,7 +14,7 @@ The Helios4 is an open source and open hardware project, therefore our objective
|
||||||
|
|
||||||
**Board Specifications**||
|
**Board Specifications**||
|
||||||
---|---
|
---|---
|
||||||
CPU Model|Marvell Armada 388 (88F6228)<br>ARM Cortex-A9
|
CPU Model|Marvell Armada 388 (88F6828)<br>ARM Cortex-A9
|
||||||
CPU Architecture|ARMv7 32-bit
|
CPU Architecture|ARMv7 32-bit
|
||||||
CPU Frequency|Dual Core 1.6 Ghz
|
CPU Frequency|Dual Core 1.6 Ghz
|
||||||
Additional Features|- RAID Acceleration Engines<br>- Security Acceleration Engines<br>- Wake-on-LAN
|
Additional Features|- RAID Acceleration Engines<br>- Security Acceleration Engines<br>- Wake-on-LAN
|
||||||
|
|
Loading…
Reference in a new issue