Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 955 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 955 Bytes

Noslate Project Repository Manifests

Install Repo

Repo, a Google-built repository management tool that runs on top of Git. See Source Control Tools for an explanation of the relationship between Repo and Git and links to supporting documentation for each tool.

# macOS
$ brew install repo

# Debian/Ubuntu.
$ sudo apt-get install repo

# Gentoo.
$ sudo emerge dev-vcs/repo

You can install it manually as well as it's a single script.

$ mkdir -p ~/.bin
$ PATH="${HOME}/.bin:${PATH}"
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
$ chmod a+rx ~/.bin/repo

See Repo Command Reference for command line reference for repo.

Get Started

$ cd workspace/noslate
$ repo init -u https://github.com/noslate-project/manifest.git
$ repo sync