You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Move the local git install step into the local section
Add more detail (like a default recommendation) for what you mean by Git Install on local machine
The text was updated successfully, but these errors were encountered:
Hi! I completely agree that the current ReadMe is very incomplete and not at all representative of the current state of the project. For a better guide I would recommend checking out PR #92 (Linked demo website below) . Unfortunately I have not had the time to make the final push to finish that PR since I have been swamped with work. Hopefully I will get around to finishing it soon.
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:
The text was updated successfully, but these errors were encountered: