Skip to content

Commit 06982f8

Browse files
committed
✏️ Updated README.md
1 parent 22416e5 commit 06982f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
git clone https://github.com/patevs/powershell-profile.git
1414
cd powershell-profile
1515
# Install the profile:
16-
cd pwsh
1716
.\bootstrap.ps1
1817
```
1918

@@ -62,13 +61,14 @@ cd pwsh
6261
```md
6362
.
6463
├── pwsh # PowerShell profile
65-
├── setup # Install script
64+
├── setup # Git-free install script
6665
│ └── install.ps1
6766
├── .editorconfig # Editor configuration
6867
├── .gitignore # Git ignore rules
6968
├── .np-config.json # NPM publish (np) configuration
7069
├── LICENSE # Project LICENSE
7170
├── package.json # NPM package configuration
71+
├── bootstrap.ps1 # Installation script
7272
└── README.md # Project README
7373
```
7474

0 commit comments

Comments
 (0)