DoltHub
Blog
Discord
GitHub
Search…
Introduction
What Is Dolt?
Installation
Linux
Windows
Mac
Build from Source
Application Server
Docker
Upgrading
Getting Started
Use Cases
Concepts
Dolt
DoltHub/DoltLab
Guides
Contributing
DoltLab
Importing Data
SQL Reference
Running the Server
Version Control Features
SQL Language Support
Supported Clients
Benchmarks and Metrics
CLI Reference
CLI Command Reference
Architecture
Overview
Storage Engine
SQL
Other
FAQ
Roadmap
Powered By
GitBook
Linux
For Linux users we provide an installation script that will detect your architecture, download the appropriate binary, and place in
/usr/local/bin
:
1
sudo bash -c 'curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash'
Copied!
The use of
sudo
is required to ensure the binary lands in your path. The script can be examined before executing should you have any concerns.
Introduction - Previous
Installation
Next
Windows
Last modified
6mo ago
Export as PDF
Copy link
Edit on GitHub