diff options
author | nodiscc <nodiscc@gmail.com> | 2020-04-11 13:53:15 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-04-11 13:53:15 +0200 |
commit | 2dd6ecb126ed5dd18d9c46ae892a440986239cab (patch) | |
tree | dc4df2f7b85cdbc39f189e5b4ca110fd7ba871cb /doc | |
parent | dbbcb0c6cf5c4efc1fa25d7e4f768c72c6eb156e (diff) | |
download | Shaarli-2dd6ecb126ed5dd18d9c46ae892a440986239cab.tar.gz Shaarli-2dd6ecb126ed5dd18d9c46ae892a440986239cab.tar.zst Shaarli-2dd6ecb126ed5dd18d9c46ae892a440986239cab.zip |
doc: composer update should actually be removed as it alters the Composer lock filedoc-composer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Unit-tests.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/md/Unit-tests.md b/doc/md/Unit-tests.md index 91fd0526..a9544656 100644 --- a/doc/md/Unit-tests.md +++ b/doc/md/Unit-tests.md | |||
@@ -15,7 +15,6 @@ You can either use: | |||
15 | ```bash | 15 | ```bash |
16 | $ cd /path/to/shaarli | 16 | $ cd /path/to/shaarli |
17 | $ composer install | 17 | $ composer install |
18 | $ composer update | ||
19 | ``` | 18 | ``` |
20 | 19 | ||
21 | ### Install Xdebug | 20 | ### Install Xdebug |