mirror of
https://github.com/birbwatcher/wayback-machine-downloader.git
synced 2026-04-28 16:56:58 +00:00
fix: instruction was fixed
This commit is contained in:
37
README.md
37
README.md
@@ -48,17 +48,32 @@ This webarchive website downloader has an interactive interface, supports downlo
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
# Installation
|
||||||
git clone https://github.com/birbwatcher/wayback-machine-downloader.git
|
|
||||||
```
|
1. Download the project in one of the following ways:
|
||||||
go to inner folder "wayback-machine-downloader"
|
- **Git instruction:**
|
||||||
```bash
|
```bash
|
||||||
cd wayback-machine-downloader
|
git clone https://github.com/birbwatcher/wayback-machine-downloader.git
|
||||||
```
|
```
|
||||||
```bash
|
- **ZIP archive instruction:**
|
||||||
# Install dependencies
|
Download .zip and extract it.
|
||||||
npm install
|
|
||||||
```
|
2. Go to the **inner `wayback-machine-downloader` folder**, where the `package.json` file is located:
|
||||||
|
- If you cloned with Git:
|
||||||
|
```bash
|
||||||
|
cd wayback-machine-downloader/wayback-machine-downloader
|
||||||
|
```
|
||||||
|
- If you extracted the .zip:
|
||||||
|
```bash
|
||||||
|
cd wayback-machine-downloader-main/wayback-machine-downloader
|
||||||
|
```
|
||||||
|
|
||||||
|
⚠️ Important: run commands from this folder (the one containing `package.json`).
|
||||||
|
|
||||||
|
3. Install dependencies:
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user