aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-24 17:02:08 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-24 17:02:08 +0200
commit7973692b5114d695a45f499f5f1e09b3189e3bfe (patch)
treef676851c2aeb758833b560ff35304d7e9185ada9 /README.md
parentaf27aea628c5d42839a2ede06998916949ffb82a (diff)
Minor corrections in README.md
Some minor changes were made to be more clear.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index ecc9b5c..56e7d6c 100644
--- a/README.md
+++ b/README.md
@@ -522,8 +522,9 @@ advanced in later stages of your work.
body. Only keep a place holder text to later start writing your own
contents.
- - `Makefile`: Delete the two occurrences of `delete-me` in the
- `foreach` loops.
+ - `Makefile`: Delete the two lines containing `delete-me` in the
+ `foreach` loops. Just make sure the other lines that end in `\` are
+ immediately after each other.
- Delete all `delete-me*` files in the following directories:
@@ -552,12 +553,11 @@ advanced in later stages of your work.
facility](https://en.wikipedia.org/wiki/Comparison_of_source_code_hosting_facilities)
you prefer to keep an online copy of your project's version controlled
history. We recommend [GitLab](https://gitlab.com) because it allows
- hosting of unlimited number of private repositories (necessary in many
- cases prior to publishing a result) for free and because you can host
+ any number of private repositories for free and because you can host
GitLab on your own server. Create an account in your favorite service
- (if you don't already have one) and define a new project there. It
- will give you a link that you can put in place of `XXX` in the command
- below.
+ (if you don't already have one), and define a new project there. It
+ will give you a link (ending in `.git`) that you can put in place of
+ `XXX` in the command below.
```shell
git remote add origin XXX