fix: modified docker link, added free disk space requirement (#1265)

This commit is contained in:
Anis Khalfallah 2024-07-21 18:47:12 +02:00 committed by GitHub
parent f051afff35
commit 887354820b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ Go to [localhost:3000](http://localhost:3000).
- Clone the repo - Clone the repo
- ssh: `git clone git@github.com:stackernews/stacker.news.git` - ssh: `git clone git@github.com:stackernews/stacker.news.git`
- https: `git clone https://github.com/stackernews/stacker.news.git` - https: `git clone https://github.com/stackernews/stacker.news.git`
- Install [docker](https://docs.docker.com/get-docker/) - Install [docker](https://docs.docker.com/compose/install/)
- Please make sure that at least 10 GB of free space is available, otherwise you may encounter issues while setting up the development environment.
<br> <br>