Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
St0n14 committed Aug 21, 2024
1 parent 5d4cb8f commit 607c309
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions docs/guide/guide.md
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 607c309

Please sign in to comment.