From 2c47aeef73fb05f90f9507c47307f6bfb04015a4 Mon Sep 17 00:00:00 2001 From: Michael Raitza Date: Fri, 16 Apr 2021 21:50:17 +0200 Subject: [PATCH] README: Syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 894a540..6993778 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Solutions to various problems written in Factor * To work on advent-of-code problems, go to [[https://adventofcode.com]] and create an account. You will need to do this to receive the puzzle input individually for you. Later, you will be able to upload your answers and get it checked for correctness. * Add an `AUTHOR` environment variable and set it as your name/username. (On Gitpod, you can do this in account settings.): -``` +```sh export AUTHOR="My Name" ``` * Run `factor playground.factor` in terminal at the git repo root, then enter the following replacing `N` with the number of the day: -``` +```factor "aoc2020.dayN" aoc-init ``` * See `aoc2020.day1` for an example. If a solution is worth an explanation, it should go to the description in the docs in `dayN-docs.factor`.