• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Just a simple, and painful to use calculator for the game Factorio written in Python


Commit MetaInfo

Revisionde411c29bbb4bb7b6abaa940fb6586f98dcf311b (tree)
Zeit2017-08-09 04:24:31
AutorEric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Mention that the GitHub repo is just a mirror.

Ändern Zusammenfassung

Diff

diff -r 5613f81605a9 -r de411c29bbb4 README.md
--- a/README.md Tue Aug 08 12:22:27 2017 -0700
+++ b/README.md Tue Aug 08 12:24:31 2017 -0700
@@ -5,6 +5,9 @@
55 expressed this way, it does all math with fractions from Python's
66 fractions module.
77
8+If you're seeing this on GitHub, I'm a Mercurial user, so this is a
9+mirror of the actual [repository on bitbucket][bitbucket_repo].
10+
811 It requires Python 3.6 to work, mostly because I really like `f''`
912 strings. I'm also not much of a fancy UI guy, so it just has a bunch of
1013 functions that do the kinds of things I need.
@@ -50,3 +53,4 @@
5053 to figure out just how much.
5154
5255 [Factorio]: https://www.factorio.com/
56+[bitbucket_repo]: https://www.bitbucket.org/omnifarious/factorio_calc