Mind_Reader -> Mind Reader

(except in URLs and critical identifiers)
This commit is contained in:
2022-05-05 20:56:10 -05:00
parent 3bffd6a9fd
commit 8456f57b84
6 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#* linux-update.sh: Install and update dependencies of Mind_Reader, on linux.
#* linux-update.sh: Install and update dependencies of Mind Reader, on linux.
#* Heads-up, this expects to be run from Mind_Reader/setup-development/linux.
# If run with bash -vx, print useful information instead of just a + sign

View File

@@ -1,10 +1,10 @@
<#
.synopsis
Dependency installer for Mind-Reader on Windows.
Dependency installer for Mind Reader on Windows.
This sets up a development environment from a BARE windows install.
.description
Install Git for Windows, clone the Mind-Reader repository, and install all dependencies.
Install Git for Windows, clone the Mind Reader repository, and install all dependencies.
The script uses winget (A.K.A. "App Installer") to download and install the latest versions of each dependency, defined in winget/dependencies.json
@@ -32,7 +32,7 @@ Perform a "dry run" of the script, changing directories and running commands, bu
.example
./install-windows.ps1
Perform a default upgrade of all Mind_Reader dependencies
Perform a default upgrade of all Mind Reader dependencies
.example
./install-windows.ps1 -DryRun

View File

@@ -1,6 +1,6 @@
<#
.synopsis
Dependency updater for Mind-Reader on Windows.
Dependency updater for Mind Reader on Windows.
This script expects to be run from Mind_Reader/setup-development
.description
@@ -32,7 +32,7 @@ Perform a "dry run" of the script, changing directories and running commands, bu
.example
./upgrade-windows.ps1
Perform a default upgrade of all Mind_Reader dependencies
Perform a default upgrade of all Mind Reader dependencies
.example
./upgrade-windows.ps1 -DryRun
@@ -204,7 +204,7 @@ else {
Write-Host "Run the command " -NoNewLine
Write-Host "electron-rebuild --version ELECTRON_VERSION" -NoNewLine -ForegroundColor green
Write-Host " in Mind-Reader`'s root folder.`n"
Write-Host " in Mind Reader`'s root folder.`n"
}
# Return from whence we came