diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-21 23:27:36 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-21 23:27:36 +0200 |
| commit | cd286d9f33104e447029b771a8ef6e31d50d6b3a (patch) | |
| tree | f2fa9ccd58cb3bc4c14e8fa9130227e987e1ec7f /README.md | |
| parent | 142a79320278c6135382b0c0801877fac73b7c27 (diff) | |
| download | jo.mssola.com-cd286d9f33104e447029b771a8ef6e31d50d6b3a.tar.gz jo.mssola.com-cd286d9f33104e447029b771a8ef6e31d50d6b3a.zip | |
Added git into the docker image
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # jo Files for my personal website. In order to get started, you need to install -[yarn](https://yarnpkg.com/) and you need a proper ruby development environment -(with bundler already installed). Then, you can simply fetch dependencies like -so: +[yarn](https://yarnpkg.com/), [git](https://git-scm.com/) (yeah, it's actually a +dependency) and you need a proper ruby development environment (with bundler +already installed). Then, you can simply fetch dependencies like so: ``` $ yarn |
