Commit ba605e88 authored by John Noel's avatar John Noel

Updated README.md

parent 54598d55
...@@ -4,4 +4,17 @@ ...@@ -4,4 +4,17 @@
git clone https://gitlab.discs.ateneo.edu/mis-21/to_do.git todo git clone https://gitlab.discs.ateneo.edu/mis-21/to_do.git todo
``` ```
Explanation: [Link](https://docs.google.com/document/d/1BI8IvJ2Zro7CU8bfJNyNzcLRnNR2tIiwEZ2BrFETbSc/edit?usp=sharing) **Important Note**: Make sure to comment / uncomment these in the ``Dockerfile``, depending on your WiFi network.
\ No newline at end of file
Uncomment if using Faura or CTC WiFi
```
ENV http_proxy http://proxy.admu.edu.ph:3128
ENV https_proxy http://proxy.admu.edu.ph:3128
```
Comment if using outside of these networks
```
# ENV http_proxy http://proxy.admu.edu.ph:3128
# ENV https_proxy http://proxy.admu.edu.ph:3128
```
**Explanation**: [Link](https://docs.google.com/document/d/1BI8IvJ2Zro7CU8bfJNyNzcLRnNR2tIiwEZ2BrFETbSc/edit?usp=sharing)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment