We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002865f commit ef6c7fcCopy full SHA for ef6c7fc
2 files changed
Makefile
@@ -49,6 +49,7 @@ docker-run:
49
50
.PHONY: docker-cert
51
docker-cert: clean-certs ## Create SSL certificates for server
52
+ mkdir -p certs/
53
OSCAR_HOST=$(OSCAR_HOST) docker compose run --no-TTY --rm cert-gen
54
55
.PHONY: docker-nss
docker-setup.sh
@@ -97,7 +97,7 @@ Next Steps:
97
${YELLOW}127.0.0.1 $OSCAR_HOST${NC}
98
${GREEN}
99
3. For AIM 6.x client setup instructions, see:
100
- https://github.com/mk6i/retro-aim-server/blob/main/AIM6.md#aim-6265312-setup
+ https://github.com/mk6i/retro-aim-server/blob/main/docs/AIM6.md#aim-6265312-setup
101
102
Enjoy!
103
${NC}"
0 commit comments