Skip to content

Commit

Permalink
small changes, more coming soon.
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee authored Apr 28, 2023
1 parent 008bcde commit dd8eb38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ _Need an invite to the SQL Community Slack workspace? Check out the [self-invite

## Installer

dbatools now works on PowerShell Core. This means that you can run a large majority of our commands on <strong>Linux</strong> and <strong>macOS </strong>🤩👍
dbatools works on Windows, Linux and macOS (M1 and Intel!) 🤩👍 Windows requires PowerShell v3 and above, while those using dbatools on PowerShell Core will need to be running 7.3 and above.

Run the following to install dbatools from the PowerShell Gallery (to install on a server or for all users, remove the `-Scope` parameter and run in an elevated session):
Run the following command to install dbatools from the PowerShell Gallery (to install on a server or for all users, remove the `-Scope` parameter and run in an elevated session):

```powershell
Install-Module dbatools -Scope CurrentUser
Expand Down

0 comments on commit dd8eb38

Please sign in to comment.