FIRST-Tech-Challenge / FIRST-Tech-Challenge/ftcdocs
README for Local set-up not sufficient for new users - missing Make install step
- Dominant language
- Nix
- Stars
- 23
- Forks
- 57
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 15
Description
I just went through the instructions for the "Local Method" and it doesn't have enough detail for a fresh set-up. There is no step covering installing make.
Instructions I used with @cmacfarl 's help:
Open PowerShell with "Run as Administrator"
Follow instructions from https://chocolatey.org/install
run `Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))`
run `choco install make`
Also recommend:
1. Move the local git install step into the local section
2. Add more detail (like a default recommendation) for what you mean by Git Install on local machine
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.