jami-docs

Forked version of Jami documentation, see wrycode.com/jami-docs-demo
git clone git://git.wrycode.com/wrycode/jami-docs.git
Log | Files | Refs

master-repository.md (549B)


      1 # Using the Master Repository
      2 
      3 You must first install [Git](https://git-scm.com/).
      4 
      5 Run the following command to download the project:
      6 
      7 ```bash
      8 $ git clone https://review.jami.net/ring-project
      9 ```
     10 
     11 Then follow the instructions in the [master repository
     12 README](https://git.jami.net/savoirfairelinux/ring-project).
     13 
     14 ## Updating your copy
     15 
     16 
     17 Due to high activity on the other projects, the Git submodules may need to
     18 be manually updated next time you rebuild everything:
     19 
     20 ```
     21 $ cd ring-project
     22 $ git submodule update --init daemon lrc client-gnome
     23 ```