1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

Merge pull request #205 from MSF-Jarvis/patch-1

Fix links
This commit is contained in:
Kevan Ahlquist 2016-04-27 08:39:03 -05:00
commit 02d4161ddd

View file

@ -12,8 +12,8 @@ DockerUI is a web interface for the Docker Remote API. The goal is to provide a
### Quickstart ### Quickstart
``` ```
git clone https://github.com/crosbymichael/not-dockers-ui.git git clone https://github.com/kevana/ui-for-docker.git
cd not-dockers-ui cd ui-for-docker
npm install npm install
npm install -g grunt-cli npm install -g grunt-cli
# Make sure your Docker daemon is running # Make sure your Docker daemon is running