Skip to content

Commit

Permalink
Use winget instead of scoop.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale authored Jun 23, 2023
1 parent ce7f1b5 commit adfc9f8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ Running the docs on your PC locally:

##### Install the requirements (Windows):
- Open PowerShell (Win10) or Terminal (Win11)
- `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser`
- `irm get.scoop.sh | iex`
- `scoop install git`
- `scoop bucket add extras`
- `scoop install nodejs`
- Install NodeJS: `winget install -e --id OpenJS.NodeJS`
- Install Git: `winget install -e --id Git.Git`
- Restart PowerShell/Terminal


##### Install the requirements (Linux)
- All package managers have both `git` and `nodejs`.
Expand All @@ -23,7 +22,9 @@ Running the docs on your PC locally:

- Clone the repo:
```bash
git clone https://github.com/AlpinDale/pygmalion-docs && cd pygmalion-docs
git clone https://github.com/AlpinDale/pygmalion-docs

cd pygmalion-docs
```
- Run the docs using `retypeapp`
```bash
Expand Down

0 comments on commit adfc9f8

Please sign in to comment.