We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e98bc commit f4c3493Copy full SHA for f4c3493
README.md
@@ -63,12 +63,12 @@ cd pwsh
63
```md
64
.
65
├── pwsh # PowerShell profile
66
-├── setup # Git-free install script
67
-│ └── install.ps1
+├── setup
+│ └── install.ps1 # Git-free install script
68
├── .editorconfig # Editor configuration
69
├── .gitignore # Git ignore rules
70
├── .np-config.json # NPM publish (np) configuration
71
-├── LICENSE # Project LICENSE
+├── LICENSE # Project license
72
├── package.json # NPM package configuration
73
├── bootstrap.ps1 # Installation script
74
└── README.md # Project README
0 commit comments