Skip to content

Commit

Permalink
experimenting with github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 23, 2022
1 parent 48752eb commit f70fd95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ For smaller networks, use at home by network security enthusiasts, or in the fie
* [Pre-Packaged installation files](development.md#Packager)
* Preparing your system
* [Recommended system requirements](system-requirements.md#SystemRequirements)
* [System configuration and tuning](malcolm-config.md#ConfigAndTuning)
* [Malcolm Configuration](malcolm-config.md#ConfigAndTuning)
* [`docker-compose.yml` parameters](malcolm-config.md#DockerComposeYml)
* [Platform-specific Configuration](host-config.md#HostSystemConfig)
* [Linux host system configuration](host-config-linux.md#HostSystemConfigLinux)
* [macOS host system configuration](host-config-macos.md#HostSystemConfigMac)
* [Windows host system configuration](host-config-windows.md#HostSystemConfigWindows)
Expand Down
5 changes: 5 additions & 0 deletions docs/host-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## <a name="HostSystemConfig"></a>Platform-specific Configuration

* [Linux host system configuration](host-config-linux.md#HostSystemConfigLinux)
* [macOS host system configuration](host-config-macos.md#HostSystemConfigMac)
* [Windows host system configuration](host-config-windows.md#HostSystemConfigWindows)
2 changes: 1 addition & 1 deletion docs/malcolm-config.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### <a name="ConfigAndTuning"></a>System configuration and tuning
### <a name="ConfigAndTuning"></a>Malcolm Configuration

If you already have Docker and Docker Compose installed, the `install.py` script can still help you tune system configuration and `docker-compose.yml` parameters for Malcolm. To run it in "configuration only" mode, bypassing the steps to install Docker and Docker Compose, run it like this:
```
Expand Down

0 comments on commit f70fd95

Please sign in to comment.