mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Mind_Reader -> Mind Reader
(except in URLs and critical identifiers)
This commit is contained in:
parent
3bffd6a9fd
commit
8456f57b84
12
README.md
12
README.md
@ -3,7 +3,7 @@
|
|||||||
<img alt="Mind Reader Logo" src="media/logo.png"></img>
|
<img alt="Mind Reader Logo" src="media/logo.png"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1>Mind_Reader</h1>
|
<h1>Mind Reader</h1>
|
||||||
|
|
||||||
<!-- overview description -->
|
<!-- overview description -->
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ Python programming with LEGO Mindstorms. Our goal is to:
|
|||||||
<img width="50%" height="50%" alt="tools for native modules page with tool installation checked" src="media/nodejs_setup.png"></img>
|
<img width="50%" height="50%" alt="tools for native modules page with tool installation checked" src="media/nodejs_setup.png"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
If the compiled serial port version is incompatible, you may see no options presented in the Mind_Reader actions panel:
|
If the compiled serial port version is incompatible, you may see no options presented in the Mind Reader actions panel:
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="50%" height="50%" alt="mind reader actions panel with no items:" src="media/missing_actions.png"></img>
|
<img width="50%" height="50%" alt="mind reader actions panel with no items:" src="media/missing_actions.png"></img>
|
||||||
@ -73,7 +73,7 @@ The electron version should be listed, e.g.: `Electron: 13.5.2`
|
|||||||
<img width="35%" height="35%" alt="vscode information" src="media/vscode_info.png"></img>
|
<img width="35%" height="35%" alt="vscode information" src="media/vscode_info.png"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### 3 Finding the Mind_Reader extension directory
|
### 3 Finding the Mind Reader extension directory
|
||||||
On MacOS and Linux this is `~/.vscode/extensions`.
|
On MacOS and Linux this is `~/.vscode/extensions`.
|
||||||
|
|
||||||
On Windows this is `C:\<YOUR USER>\.vscode\extensions\`. However, in Git Bash, it will appear like on MacOS and Linux
|
On Windows this is `C:\<YOUR USER>\.vscode\extensions\`. However, in Git Bash, it will appear like on MacOS and Linux
|
||||||
@ -81,7 +81,7 @@ e.g.: `~/.vscode/extensions`.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Find the Mind_Reader extension folder, this should look like `xxx.mind-reader-x.x.x`.
|
Find the Mind Reader extension folder, this should look like `xxx.mind-reader-x.x.x`.
|
||||||
|
|
||||||
Navigate to the found folder in the terminal.
|
Navigate to the found folder in the terminal.
|
||||||
|
|
||||||
@ -102,8 +102,8 @@ $ electron-rebuild --version=ELECTRON_VERSION
|
|||||||
Use the following to set up the extension for development.
|
Use the following to set up the extension for development.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ git clone https://github.com/SingleSemesterSnobs/Mind_Reader.git
|
$ git clone https://github.com/SingleSemesterSnobs/Mind Reader.git
|
||||||
$ cd Mind_Reader
|
$ cd Mind Reader
|
||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6a4XaqHkKcxJ6ZFms1RNrRurcOfl-diW90DAdpAx0Kv-rtrLJXovIhcUpayqFHATkrQ&usqp=CAU" width="600" />
|
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6a4XaqHkKcxJ6ZFms1RNrRurcOfl-diW90DAdpAx0Kv-rtrLJXovIhcUpayqFHATkrQ&usqp=CAU" width="600" />
|
||||||
<p></p>
|
<p></p>
|
||||||
<h1>Welcome to Mind_Reader!</h1>
|
<h1>Welcome to Mind Reader!</h1>
|
||||||
<p>We are the Single Semester Snobs and this is our tool to Help Blind Students Program Lego Mindstorms Robots in Python.</p>
|
<p>We are the Single Semester Snobs and this is our tool to Help Blind Students Program Lego Mindstorms Robots in Python.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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.
|
#* 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
|
# If run with bash -vx, print useful information instead of just a + sign
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.synopsis
|
.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.
|
This sets up a development environment from a BARE windows install.
|
||||||
|
|
||||||
.description
|
.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
|
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
|
.example
|
||||||
./install-windows.ps1
|
./install-windows.ps1
|
||||||
Perform a default upgrade of all Mind_Reader dependencies
|
Perform a default upgrade of all Mind Reader dependencies
|
||||||
|
|
||||||
.example
|
.example
|
||||||
./install-windows.ps1 -DryRun
|
./install-windows.ps1 -DryRun
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<#
|
<#
|
||||||
.synopsis
|
.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
|
This script expects to be run from Mind_Reader/setup-development
|
||||||
|
|
||||||
.description
|
.description
|
||||||
@ -32,7 +32,7 @@ Perform a "dry run" of the script, changing directories and running commands, bu
|
|||||||
|
|
||||||
.example
|
.example
|
||||||
./upgrade-windows.ps1
|
./upgrade-windows.ps1
|
||||||
Perform a default upgrade of all Mind_Reader dependencies
|
Perform a default upgrade of all Mind Reader dependencies
|
||||||
|
|
||||||
.example
|
.example
|
||||||
./upgrade-windows.ps1 -DryRun
|
./upgrade-windows.ps1 -DryRun
|
||||||
@ -204,7 +204,7 @@ else {
|
|||||||
|
|
||||||
Write-Host "Run the command " -NoNewLine
|
Write-Host "Run the command " -NoNewLine
|
||||||
Write-Host "electron-rebuild --version ELECTRON_VERSION" -NoNewLine -ForegroundColor green
|
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
|
# Return from whence we came
|
||||||
|
@ -98,7 +98,7 @@ function getWebviewContent() {
|
|||||||
<body>
|
<body>
|
||||||
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6a4XaqHkKcxJ6ZFms1RNrRurcOfl-diW90DAdpAx0Kv-rtrLJXovIhcUpayqFHATkrQ&usqp=CAU" width="600" />
|
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6a4XaqHkKcxJ6ZFms1RNrRurcOfl-diW90DAdpAx0Kv-rtrLJXovIhcUpayqFHATkrQ&usqp=CAU" width="600" />
|
||||||
<p></p>
|
<p></p>
|
||||||
<h1>Welcome to Mind_Reader!</h1>
|
<h1>Welcome to Mind Reader!</h1>
|
||||||
<p>We are the Single Semester Snobs and this is our tool to Help Blind Students Program Lego Mindstorms Robots in Python.</p>
|
<p>We are the Single Semester Snobs and this is our tool to Help Blind Students Program Lego Mindstorms Robots in Python.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user