From 69585c325b31c0c2dc2cc7eeab1799efe70e523e Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 22 Nov 2018 13:36:08 +0000 Subject: Checklist defining remote moved to top In the checklist, we are now defining the remote host of the repository at an early stage. This is because we will need it in the `README.md' file (which now has a placeholder `XXXXXXX' instead of a valid URL). --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 2e30ce7..43dd4f2 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ manually (there is a button to download a compressed tarball of the project). ```shell -$ git clone https://gitlab.com/makhlaghi/reproducible-paper.git +$ git clone XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX $ ./configure $ .local/bin/make -j8 ``` -- cgit v1.2.1