mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 15:15:55 -06:00
Update README with URLs & badges
This commit is contained in:
24
README.md
24
README.md
@@ -1,2 +1,24 @@
|
|||||||
# powershell
|
<div align="center">
|
||||||
|
[<h1>powershell</h1>][website-url]
|
||||||
|
</div>
|
||||||
|
|
||||||
|
[![License][license-badge]][license-url]
|
||||||
|
[![Website][website-badge]][website-url]
|
||||||
|
[![Build Status][build-badge]][latest-url]
|
||||||
|
|
||||||
A little page for me to learn about PowerShell, put my scripts, and build a cheatsheet of sorts. Built with Hugo.
|
A little page for me to learn about PowerShell, put my scripts, and build a cheatsheet of sorts. Built with Hugo.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hugo serve
|
||||||
|
```
|
||||||
|
|
||||||
|
[repo-url]: https://github.com/Xevion/powershell/
|
||||||
|
[website-url]: https://xevion.github.io/powershell/
|
||||||
|
[license-url]: https://github.com/Xevion/powershell/blob/master/LICENSE
|
||||||
|
[latest-url]: https://github.com/Xevion/powershell/commit/master
|
||||||
|
|
||||||
|
[license-badge]: https://img.shields.io/github/license/Xevion/powershell
|
||||||
|
[website-badge]: https://img.shields.io/badge/builtwith-hugo-blue
|
||||||
|
[build-badge]: https://github.com/Xevion/powershell/actions/workflows/gh-pages.yml/badge.svg
|
||||||
Reference in New Issue
Block a user