#2 SQLite

2024.10.21

#2.1 Installation

(Windows)

scoop ์„ค์น˜

  • powershell ํ„ฐ๋ฏธ๋„ ์‹คํ–‰

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  • SQLite ์„ค์น˜

scoop bucket add main
scoop install main/sqlite

Last updated

Was this helpful?