Getting Started
To start using lip, you'll want to install lip on your system.
Check Your lip is Working
First things first, open your terminal and run this command to make sure lip is installed correctly:
| Bash | |
|---|---|
1 2  |  | 
If that looks good, you're all set—lip is working like a charm.
If the output seems off, swing by the Installation page for a chill, step-by-step guide to get lip up and running on Windows, macOS, or Linux.
Common Tasks
Install a Package
| Bash | |
|---|---|
1 |  | 
By default, lip grabs packages via goproxy.io. If you prefer fetching packages directly using Git, simply clear the proxy list with:
| Bash | |
|---|---|
1 |  | 
Or, set a custom proxy with:
| Bash | |
|---|---|
1 |  | 
Install a Package from a Local Directory
| Bash | |
|---|---|
1 |  | 
lip will detect the tooth.json file in that directory and install the package.
Install a Package from a Local Archive
| Bash | |
|---|---|
1 |  | 
Install Multiple Packages Using a tooth.json File
Create a tooth.json file in your current directory and run lip install to install multiple packages at once—an awesome way to streamline things.
Updating a Package
| Bash | |
|---|---|
1 |  | 
Remember to always specify the version when updating a package. lip doesn't support updating to the latest version automatically because the package sources aren't fully synced.
Uninstall a Package
| Bash | |
|---|---|
1 |  | 
Avoid specifying a version when uninstalling a package.