feat: add PowerShell installer for Windows#295
feat: add PowerShell installer for Windows#295Tourniercy wants to merge 2 commits intortk-ai:developfrom
Conversation
|
Hi @Tourniercy! Could you rebase on the latest master? PR #241 just merged. Your PowerShell installer PR is a good addition and we want to get it moving. |
|
Hi @FlorianBruniaux, my branch is now updated. |
|
LGTM — clean PowerShell installer, good error handling, arch detection, PATH setup. Before merge:
Once rebased, ready to merge. |
|
Done @pszymkowiak |
|
@FlorianBruniaux @pszymkowiak PR is ready to merge |
|
Hi! Two things needed before we can review:
Thanks! |
|
Hey We are cleaning up the codebase and improving the project structure for better onboarding. As part of this effort, PR #826 reorganizes No logic changes — only file moves and import path updates. What you need to doRebase your branch on git fetch origin && git rebase origin/developGit detects renames automatically. If you get import conflicts, update the paths: use crate::git; // now: use crate::cmds::git::git;
use crate::tracking; // now: use crate::core::tracking;
use crate::config; // now: use crate::core::config;
use crate::init; // now: use crate::hooks::init;
use crate::gain; // now: use crate::analytics::gain;Need help rebasing? Tag @aeppling |
# Conflicts: # README.md
f06cd47 to
015abe8
Compare
|
Done @pszymkowiak @aeppling |
Summary
install.ps1PowerShell installer for Windows, mirroringinstall.sh(arch detection, latest release download, PATH setup)irm .../install.ps1 | iexTest plan
irm .../install.ps1 | iexon a clean Windows machine%USERPROFILE%\.local\binrtk --versionafter install$env:RTK_INSTALL_DIRoverride