diff --git a/docs/guide/guide.md b/docs/guide/guide.md index c5787ad..df2a80f 100644 --- a/docs/guide/guide.md +++ b/docs/guide/guide.md @@ -1,29 +1,25 @@ -# How-to Guide for pyDFIRRam +## How-to Guide for pyDFIRRam -## Introduction +### Introduction Welcome to the How-to Guide for pyDFIRRam, a Python wrapper for the Volatility framework. This guide will help you get started with the package, configure it, and perform common tasks. -## Table of Contents +### Table of Contents 1. [Getting Started](#getting-started) -2. [Configuration](#configuration) -3. [Basic Usage](#basic-usage) -4. [Advanced Usage](#advanced-usage) -5. [Troubleshooting](#troubleshooting) -6. [Additional Resources](#additional-resources) - -## Getting Started -### Prerequisite + + +### Getting Started +#### Prerequisite - Python3.10 -### Installation +#### Installation To install pyDFIRRam, use pip: ```bash pip install pydfirram ``` -### Basic Usage +#### Basic Usage ```python from pydfirram.modules.windows import Windws wrap = Windows("dmp.raw")